git出现“The file will have its original line endings in your working directory”错误

A phenomenon:

git add * when the phenomenon occurs as follows:

The file will have its original line endings in your working directory

solve:

Gitshell enter the following command to solve: 

git config --global core.autocrlf false

 

Guess you like

Origin www.cnblogs.com/igoodful/p/11470370.html