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
その中から 1 つ選んでください。
私のgit --versionはgit version 1.7.10.4
git --version
git version 1.7.10.4