git - 关闭自动换行功能

依次执行指令

git config --global core.autocrlf false
git config --global core.filemode false
git config --global core.safecrlf true

 

posted @ 2023-02-06 12:09  岑惜  阅读(48)  评论(0)    收藏  举报