[個人紀錄] git 疑難排解

1.git pull 時發生錯誤,要拉下來的檔案內含有檔名太長的檔案

 

 

 ans:

https://stackoverflow.com/questions/22575662/filename-too-long-in-git-for-windows

git config --system core.longpaths true

 

 

auto crlf

https://stackoverflow.com/questions/1967370/git-replacing-lf-with-crlf

 

posted on 2019-11-15 10:08  seako  阅读(77)  评论(0编辑  收藏  举报