2

My Github for windows is showing some files to have changes, but when I compare the files they are the same!

I have a screenshot here:

Link to image

I can actually edit these files and then the error goes away, but then it comes back with a new file at random...

Any ideas?

Daniel Hilgarth
  • 171,043
  • 40
  • 335
  • 443
Adam
  • 1,957
  • 3
  • 27
  • 56

1 Answers1

5

I had the same problem. I resolved executing from console the following command:

git config core.filemode false
Giacomo Tagliabue
  • 1,679
  • 2
  • 15
  • 31