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?