core.autocrlfcore.autocrlf 该配置选项用于自动转换换行符。在 Windows 系统上,可以将其设置为 true,以将提交到仓库中的换行符自动转换为 Windows 的格式(\r\n)。在类 Unix 系统上,可以将其设置为 input,以将提交到仓库中的换行符保持为原样。建议在操作系统之间进行代码共享时,将其设置为 true。 $ git config --global core.autocrlf true