PS: 最好的解決方案是執行如下步驟:(好比,有一個 git 庫叫作 mygitrepo)html
1)增長 .gitattribute 文件git
在mygitrepo 下創建一個 .gitattributes 文件,在其中輸入 github
* text eol=lf web
,詳見https://help.github.com/articles/dealing-with-line-endings#platform-all編輯器
2)經過你的客戶端命令行修改換行設置,輸入spa
git config --global core.autocrlf false命令行
git config --global core.safecrlf trueorm
3)經過你的客戶端命令行輸入 htm
git add .gitattributesblog
git commit .gitattributes -m "commit .gitattributes"
4)項目組統一編輯器和 IDE 的換行符,推薦 UNIX 風格的 LF
其餘相關資料連接:http://blog.sina.com.cn/s/blog_64e1046201019yuh.html