microsoft / microsoft/VFSForGit

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

Open
#1,832 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
6.1k
Forks
474
Avg merge
2d 4h
Merged PRs (30d)
8

Description

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?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the master-branch checkout under GVFS with core.autocrlf set to false, then trace the checkout path that emits the reported CRLF-conversion error. Determine why the configuration is still rejected and document or correct the behavior, with a regression check showing the expected result.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp, git
Domain
devtools
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.