git status : bad config value for 'core.autocrlf' in .git/config -
i getting following error on doing following
$ git status fatal: bad config value 'core.autocrlf' in .git/config
i same result git branch
or other command suggestions on cause might ?
[core] repositoryformatversion = 0 filemode = false bare = false logallrefupdates = true symlinks = false ignorecase = true hidedotfiles = dotgitonly autocrlf = = [remote "origin"] url = git@mst-git:tgi-common/gcmmon.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master [submodule "experience"] url = git@mst-git:tgi-windows-os/exp.git [submodule "module"] url = git@mst-git:tgi-general-tools/module.git
not sure how did it, remove line in file says
autocrlf = =
Comments
Post a Comment