Git 行尾配置
原文英文,约500词,阅读约需2分钟。发表于: 。This post is about how to set up Git so that people using different operating systems can work in the same repository, without messing up the line ending of source files.
本文介绍了如何设置Git,使不同操作系统的人可以在同一个仓库中工作,而不会破坏源文件的行尾。通过更改core.autocrlf设置来实现。个人使用可以将core.autocrlf设置为true,仓库可以使用.gitattributes文件来强制设置行尾。通过运行重新规范化命令,可以将行尾规范化。可以通过运行特定命令来纠正工作树中文件的行尾问题。