git pull error: cannot lock ref
2023-05-10 本文已影响0人
追风骚年
error: cannot lock ref 'refs/remotes/origin/xxx': 'refs/remotes/origin/xxx' exists; cannot create 'refs/remotes/origin/xxx
From ssh://yyyy
git remote prune origin
重新整理服务端和本地的关联关系即可
error: cannot lock ref 'refs/remotes/origin/xxx': 'refs/remotes/origin/xxx' exists; cannot create 'refs/remotes/origin/xxx
From ssh://yyyy
git remote prune origin
重新整理服务端和本地的关联关系即可