Skip to content
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

CRLF conversions not supported when running under GVFS even when core.autocrlf = false #1832

Open
pmsjt opened this issue Feb 20, 2025 · 1 comment

Comments

@pmsjt
Copy link
Member

pmsjt commented Feb 20, 2025

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?

@derrickstolee
Copy link
Contributor

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:

Your repo must have a .gitattributes file in the root that includes the line * -text

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants