出现warning: LF will be replaced by CRLF是换行符的原因,解决办法很简单,一行代码,如下配置: $ git config --global core.autocrlf false