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
Trying to cloning your repository works, but checking out either of the branches currently doesn't because git throws an error.
> git checkout -q main error: invalid path 'app/libs/'
On Windows 11.
Running git config core.protectNTFS false fixes the issue but it is not something one wants to have to disable I guess?
git config core.protectNTFS false
The text was updated successfully, but these errors were encountered:
Cloning through WSL worked for me. I did not have to change my git configuration on Windows. Then you can remove or replace the offending file.
git
Sorry, something went wrong.
No branches or pull requests
Trying to cloning your repository works, but checking out either of the branches currently doesn't because git throws an error.
On Windows 11.
Running
git config core.protectNTFS false
fixes the issue but it is not something one wants to have to disable I guess?The text was updated successfully, but these errors were encountered: