Sharing git repo on NTFS partition between Linux/Windows dualboot Sharing git repo on NTFS partition between Linux/Windows dualboot windows windows

Sharing git repo on NTFS partition between Linux/Windows dualboot


This answer has been given by Fco P. on the askubuntu question mirror. This happens because Windows and Linux deal with file permissions differently. Use

git config core.filemode false

to disable git tracking file permissions and solve this issue.