Adam
Adam

Reputation: 1975

Github showing empty changes for new commits

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?

Upvotes: 2

Views: 4205

Answers (1)

Giacomo Tagliabue
Giacomo Tagliabue

Reputation: 1759

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

git config core.filemode false

Upvotes: 5

Related Questions