core.autocrlf没有修复CRLF将被LF取代

时间:2013-12-19 09:41:12

标签: git github

我遇到了与this thread相同的问题,但更改core.autocrlf的解决方案无法在我的mac 10.6.8上运行:

$ 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

如果我删除了引导程序文件,则错误只会标记不同的文件

1 个答案:

答案 0 :(得分:1)

与我的package.json和node_modules有关,包括jade本身,删除那些文件,我很高兴