Skip to main content
Active reading [<https://en.wikipedia.org/wiki/Git>].
Source Link
Peter Mortensen
  • 31.4k
  • 22
  • 110
  • 134

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 gitGit client failed to reproduce. Solution

The solution for me was to tell gitGit to ignore file permissions:

git config core.fileMode false 

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

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?

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.

The 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?

replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link
URL Rewriter Bot
URL Rewriter Bot

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?How do I make Git ignore file mode (chmod) changes?

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?

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?

edited body
Source Link
Alex Abdugafarov
  • 6.5k
  • 7
  • 39
  • 60

For me, it had something to do with file permissions. Someone with MaxMac/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?

For me, it had something to do with file permissions. Someone with Max/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?

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?

Source Link
Alex Abdugafarov
  • 6.5k
  • 7
  • 39
  • 60
Loading