我遇到了和this thread一样的问题,但是改变core.autocrlf的解决方案在我的Mac10.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如果我删除bootstrap文件,错误只会标记一个不同的文件
发布于 2013-12-19 17:55:24
一些与我的package.json和node_modules相关的东西,包括jade本身,删除了这些文件,现在就可以开始了
https://stackoverflow.com/questions/20678041
复制相似问题