Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access denied removing a git repo #17

Closed
jaraco opened this issue Sep 17, 2024 · 0 comments
Closed

Access denied removing a git repo #17

jaraco opened this issue Sep 17, 2024 · 0 comments

Comments

@jaraco
Copy link
Owner

jaraco commented Sep 17, 2024

As we know, when git checks out a repo, it marks some files as read only. Attempting to remove such a directory using coreutils rm will fail unless -f is passed.

It seems that passing -f doesn't have the desired effect on Windows, and fails with an Access Denied error.

@jaraco jaraco closed this as completed in 810c8f2 Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant