autocrlf

weixin_33728268發表於2018-06-02

在window下, 預設會在換行時將換行符更換為 \r\n , 但是這個特性並不是我們想要的, 所以別忘了將其取消設定

git config --unset-all core.autocrlf
git config --global core.autocrlf false
git config --global core.safecrlf true
git config core.autocrlf false
git config core.safecrlf true

必要的時候 設定 git config core.safecrlf false

git config --unset-all core.autocrlf
git config --global core.autocrlf false
git config --global core.safecrlf false
git config core.autocrlf false
git config core.safecrlf false