Skip to main content
2 of 4
edited body
Alex Abdugafarov
  • 6.5k
  • 7
  • 39
  • 60

For me, it had something to do with file permissions. Someone with Mac/Linux on my project seems to commit some files with non-default permissions which my Windows git client failed to reproduce. Solution for me was to tell git to ignore file permissions:

git config core.fileMode false 

Other insight: How do I make Git ignore file mode (chmod) changes?

Alex Abdugafarov
  • 6.5k
  • 7
  • 39
  • 60