Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
来自旧线程:如何让 Git 忽略文件模式 (chmod) 更改?
在我看来,我需要在每个存储库上做,对吧?是否可以在我自己的 ~/.gitconfig 中设置?
这似乎是一个错误,因为运行git config --global core.fileMode false不起作用,但git config core.fileMode false或git config --global core.filemode false两者都起作用。
git config --global core.fileMode false
git config core.fileMode false
git config --global core.filemode false
所以选择其中之一。
我git --version的是git version 1.7.10.4
git --version
git version 1.7.10.4