git problem : fatal: Unable to write new index file

后端 未结 14 613
抹茶落季
抹茶落季 2020-12-29 02:52

I have an existing project that has been managed under git. I recently had to do a ground-up rebuild of the computer (OS X Snow Leopard), and returning to the project, git c

相关标签:
14条回答
  • 2020-12-29 03:43

    I just ran into the same situation, it turned out that my filesystem was full.

    0 讨论(0)
  • 2020-12-29 03:44

    I was able to fix this by going into the .git folder in the git initiated app and deleting the index.lock/index file. I had to reindex the entire app, but it resolved the problem.

    0 讨论(0)
提交回复
热议问题