I\'ve got a strange issue here with one of my git repositories. I cannot add certain files. Git states:
git
Git
$ git add Konstrukti
I had the exact same problem when adding files. The following did the trick for me:
git config --global core.fscache false
Don't know exactly why it works but hopefully it can work for others.