美文网首页
git pull: error: cannot lock ref

git pull: error: cannot lock ref

作者: 传说中的汽水枪 | 来源:发表于2021-01-20 17:41 被阅读0次

    解决方法:

    1. 进入到.git/refs/remotes 目录下,删除错误分支对应的文件名称。
    2. git fetch --all --prune
    3. git branch --set-upstream-to=origin/xxx xxx

    相关文章

      网友评论

          本文标题:git pull: error: cannot lock ref

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