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
I am getting the error message
Error: Could not complete checkout of branch: master, fatal: CRLF conversions not supported when running under GVFS
Despite having set
git config core.autocrlf false
Any reason why the error remained despite having line end conversions disabled?
The text was updated successfully, but these errors were encountered:
The issue here is that your .gitattributes needs to specify that crlf conversions shouldn't happen for any files. This is specified in the README:
.gitattributes
Your repo must have a .gitattributes file in the root that includes the line * -text
Sorry, something went wrong.
No branches or pull requests
I am getting the error message
Despite having set
Any reason why the error remained despite having line end conversions disabled?
The text was updated successfully, but these errors were encountered: