修改代码提交本地git add . 时
报错LF will be replaced by CRLF in README.md. The file will have its original line endings in your working directory
翻译:LF将被README.md中的CRLF所取代。该文件在您的工作目录中有其原始的行结尾
git config --global core.autocrlf false
git config --list
修改代码提交本地git add . 时
报错LF will be replaced by CRLF in README.md. The file will have its original line endings in your working directory
翻译:LF将被README.md中的CRLF所取代。该文件在您的工作目录中有其原始的行结尾
git config --global core.autocrlf false
git config --list