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

fix: handle read-only directory on Windows #95

Closed
wants to merge 1 commit into from
Closed

Conversation

Zxilly
Copy link
Contributor

@Zxilly Zxilly commented Mar 28, 2024

fix #94

By default git create .git as read-only on Windows, and shutil.rmtree by default won't delete these.

Just add an error handler for this case.

@Zxilly
Copy link
Contributor Author

Zxilly commented Apr 2, 2024

@eli64s hope this can be merged soon as it block the any potential Windows user

@Zxilly
Copy link
Contributor Author

Zxilly commented Apr 9, 2024

@eli64s Please review this patch, I am no longer using this project so I would like to remove the fork from my own repository. but I believe this should help other users who are trying to run this project on Windows.

@Zxilly Zxilly closed this by deleting the head repository Apr 10, 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

Successfully merging this pull request may close these issues.

Error generating readme: [WinError 5] Access is denied
1 participant