在使用git的时候,每次执行
git add "目录"
git add .
都会提示这样一个警告消息:
warning: LF will be replaced by CRLF in XXXXXXXXXXXXXX.
解决方法:
git config core.autocrlf false
在使用git的时候,每次执行
git add .
都会提示这样一个警告消息:
warning: LF will be replaced by CRLF in XXXXXXXXXXXXXX.
解决方法:
git config core.autocrlf false