-
-
Notifications
You must be signed in to change notification settings - Fork 652
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
When using git for windows clone nvda.wiki repository: fatal: unable to checkout working tree #10663
Comments
Maybe due to long path, try to take the clone on a small path. |
|
OK. With Git 2.24.1.2 I've the same error. No problem with Git 2.23.0. Maybe that issue is related to the issue: git-for-windows/git#2435 |
git version 2.24.1.windows.2 |
I'm pretty sure it's the colon ... |
hello
I get the following error when using git for windows clone nvda.wiki repository:
Steps to reproduce:
First opennvda.wiki
Then use git clone: https://github.com/nvaccess/nvda.wiki.git
After clone finish I get the following error:
error: invalid path 'Notes:-Adding-support-for-aria-attributes-to-browsers.md'
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'
Actual behavior:
After clone finish I get the error:
Expected behavior:
clone finish
thanks
The text was updated successfully, but these errors were encountered: