mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[GH-ISSUE #1677] Docker: Error response from daemon: error while creating mount source path '/host_mnt/root/.gitconfig': mkdir /host_mnt/root: operation not permitted #829
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#829
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pietrzakadrian on GitHub (Mar 12, 2023).
Original GitHub issue: https://github.com/nektos/act/issues/1677
Bug report info
Command used with act
Describe issue
My docker has full disk access and shares the
/root/.gitconfigand/root/.sshfolders. This action works on github.Link to GitHub repository
No response
Workflow content
Relevant log output
Additional information
No response
@macguirerintoul commented on GitHub (May 19, 2023):
Did you manage to solve this? I'm getting a similar error.
@macguirerintoul commented on GitHub (May 19, 2023):
Maybe related to this? https://github.com/docker/for-mac/issues/4976
@berniedurfee-renaissance commented on GitHub (May 24, 2023):
I'm having the same issue. There's also a bug report on the Composer action repo: https://github.com/php-actions/composer/issues/97
@github-actions[bot] commented on GitHub (Nov 21, 2023):
Issue is stale and will be closed in 14 days unless there is new activity
@traut commented on GitHub (Aug 1, 2024):
same issue:
Versions:
macOS 14.5 (23F79)
@faroukfaiz10 commented on GitHub (Nov 23, 2024):
/rootto virtual file shares. It's not there by default (docs). OP said they already did this.VirtioFStogRPC FUSEin Docker desktop > Settings > General > Virtual Machine Options fixed it.@yeaung276 commented on GitHub (May 16, 2025):
Thanks, This fix my issue