-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
civetweb triggers an error on Windows with Git 2.24 #21426
Comments
Users on the duplicate issue (#21321) reported the I would recommend:
|
A note about this in our documentation would be nice, I tripped over this the other day. |
The patch fixing it appears to be making its way through review on mainline git and git-for-windows, so hopefully a new version with the fix will be out soon and we can just close this. edit: the fix is merged. I've tested it and it solves this problem for me with core.protectNTFS enabled. We can look forward to a new git release with the fix within 10 days. |
Closing this issue. See workarounds in the description |
just a tip: if you get the error with git 2.26+, delete modules/lib/civetweb folder, then retry with west update, this fixed me some bad state |
Describe the bug
Using west and Git on Windows worked fine up until Git 2.23 (included).
When running
west update
using Git 2.24 on Windows, you get:To Reproduce
On Windows, and with Git 2.24:
Additional Context
Workarounds
Disable core.protectNTFS:
git config --global core.protectNTFS false
Update to Git 2.25
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: