git commit get fatal error “fatal: CRLF would be replaced by LF in”

前端 未结 9 1638
渐次进展
渐次进展 2020-11-29 16:10

I\'m using Ubuntu 13.10 x64, and I am working on a project that some developers are using Windows , I recently changed the git config core.eol to \"lf\" and

9条回答
  •  天命终不由人
    2020-11-29 16:31

    FYI not sure if this applies to you but I was getting this error when accidentally trying to add all node_modules to the staged changes. So actually .gitignoring the node_modules solved my problem.

提交回复
热议问题