git config --global core.autocrlf false true: 提交时转换为 LF,拉取时转换为 CRLF false: 提交拉取均不转换 input: 提交时转换为 LF,拉取时不转换