Open tfozo opened 1 year ago
Seems we encountered the problem at the same time yesterday. This means that there is something wrong with your .gitconfig file. This is the config file git uses when doing adding and commits. Open your cmd and type git config --show-origin core.safecrlf. That will show you the location of the gitconfig file that git is using. On the [core] section of the file remove safecrlf = "*". Hope this helps.
git init
fatal: bad boolean config value ''*'' for 'core.safecrlf'
How do I fix this?