sh git pull error:cant lock refs

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh git pull error:cant lock refs相关的知识,希望对你有一定的参考价值。

# assuming the error says: 'refs/tags' exists
git update-ref -d refs/tags
git fetch --all

以上是关于sh git pull error:cant lock refs的主要内容,如果未能解决你的问题,请参考以下文章

sh 当本地看不到远程git分支的时候,可以这样来获得.http://stackoverflow.com/questions/12578665/i-cant-see-my-remote-branch

sh [git pull / push] pull或push命令#git #bash #linux

sh git-pull-recursive.sh

sh Git pull覆盖本地更改

sh 来自不同用户的Git pull命令

sh 为什么git pull没有带回我删除的目录?