git problem : fatal: Unable to write new index file

后端 未结 14 721
抹茶落季
抹茶落季 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:17

    If you are using sshfs, add the option -o workaround=rename, as described here: http://alan.lamielle.net/2009/07/08/git-over-sshfs

提交回复
热议问题