美文网首页
mac git pull的时候报错git process is

mac git pull的时候报错git process is

作者: kuazi | 来源:发表于2016-03-23 16:43 被阅读41次

需求:执行 git pull 的时候,出现 如下 错误:

error

If no other git process is currently running, this probably means a git process crashed in this repository earlier. Make sure no other git process is running and remove the file manually to continue. 

解决方案:

到你项目文件目录下

sudo rm -rf  ./.git/index.lock

相关文章

网友评论

      本文标题:mac git pull的时候报错git process is

      本文链接:https://www.haomeiwen.com/subject/doollttx.html