解決使用git出現 The file will have its original line endings in your working directory

執行如下命令便可解決

git rm -r --cached .

git config core.autocrlf false

git add .

. 表明當前目錄
相關文章
相關標籤/搜索