git LF被CRLF替换问题 问题解决 问题 warning: LF will be replaced by CRLF 解决 设置自动转换为false即可 git config --global core.autocrlf false