Every time you press When you’re collaborating on projects with Git and GitHub, Git might produce unexpected results if, for example, you’re working on a Windows machine, and your collaborator has made a change in macOS. You can configure Git to handle line endings automatically so you can collaborate effectively with people who use different operating systems. 每次按下回车的时候都会插入一个看不见的“换行符”。不同的操作系统处理换行符不同。 当使用Git或GitHub合作开发项目的时候,如果你在Windows平台开发,你的合作者在macOS上修改的代码,Git可能会产生一些意外的结果。 你可以配置Git来自动的处理换行符,这样可以更高效的在不同操作系统合作开发。
|