美文网首页
fatal: Unable to create '/.git/i

fatal: Unable to create '/.git/i

作者: Rose_yang | 来源:发表于2021-12-03 09:34 被阅读0次

    报错详情:

    Another git process seems to be running in this repository, e.g.
    an editor opened by 'git commit'. Please make sure all processes
    are terminated then try again. If it still fails, a git process
    may have crashed in this repository earlier:
    remove the file manually to continue.
    

    修复方法:
    执行以下命令

    rm .git/index.lock
    

    相关文章

      网友评论

          本文标题:fatal: Unable to create '/.git/i

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