I\'ve created git repository, added code and pushed it to GitHub.
Then locally, I\'ve edited the file Eila.Analyser/Program.cs, that was added to GitHu
Eila.Analyser/Program.cs
Try running git update-index --really-refresh.
git update-index --really-refresh
I did have similar problems on Windows and that solves it.
You should also check the core.ignoreStat option with git config.
core.ignoreStat
git config