git - unable to create temporary file: no such file or directory - only for certain files?

后端 未结 5 1943
孤街浪徒
孤街浪徒 2021-01-05 08:31

I\'ve got a strange issue here with one of my git repositories. I cannot add certain files. Git states:

$ git add Konstrukti

5条回答
  •  心在旅途
    2021-01-05 09:17

    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.

提交回复
热议问题