即使有谷歌叔叔的帮助,我也有一个无法自己回答的问题。
我尝试使用' git checkout '在我的一个项目中命令我得到这样的错误:
'fatal: Unable to create *'some/directory/path/index.lock'*: Permission denied'
我知道此问题与.git目录中的权限有关。我想知道的是导致这种情况的行为是什么以及将来如何预防这种情况。
TL; DR 导致致命的原因:无法创建' /index.lock':权限被拒绝'错误吗
答案 0 :(得分:1)
我还无法添加评论,但是谁对此git index.lock File exists when I try to commit, but cannot delete the file问题发表评论可能是一个答案。
我认为他是对的,另一个进程会干扰git repo。