-
Notifications
You must be signed in to change notification settings - Fork 520
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
colons in file and folder names cause git clone to fail on windows #844
Comments
$ git status Details
$ git status Changes to be committed: |
$ git restore --staged ./ Details
$ git restore --staged ./ |
Suggestion to use |
With
git config --global core.protectNTFS false (The initial solution I found when searching for this issue, which did not work)
A folder is made with git initialized, but none of the other files are present
The text was updated successfully, but these errors were encountered: