Reputation: 1975
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:
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?
Upvotes: 2
Views: 4205
Reputation: 1759
I had the same problem. I resolved executing from console the following command:
git config core.filemode false
Upvotes: 5