0
取代
我遇到同樣的問題,但this thread解決方案,以改變core.autocrlf
,不工作我的Mac 10.6.8:core.autocrlf無固定CRLF將由LF
$ git config core.autocrlf false
$ git add .
fatal: CRLF would be replaced by LF in node_modules/jade/node_modules/constantinople/.gitattributes.
$ git config core.autocrlf true
$ git add .
fatal: LF would be replaced by CRLF in css/bootstrap-responsive.min.css
如果我刪除引導文件錯誤將只標記不同的文件