We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 I clone this repo, it is giving me an error that there is something wrong with the path to these 2 files:
And, as per the solution given below if you apply git restore --source=HEAD :/, all of the files get untracked and the above 2 files are removed.
git restore --source=HEAD :/
Can anyone put light upon this?
The text was updated successfully, but these errors were encountered:
if you view windows add in terminal git config --global core.protectNTFS false https://github.community/t/windows-git-clone-error-error-filename-in-tree-entry-contains-backslash-32-mib-s/2935/4
git config --global core.protectNTFS false
Sorry, something went wrong.
No branches or pull requests
When I clone this repo, it is giving me an error that there is something wrong with the path to these 2 files:
And, as per the solution given below if you apply
git restore --source=HEAD :/
, all of the files get untracked and the above 2 files are removed.Can anyone put light upon this?
The text was updated successfully, but these errors were encountered: