本文介绍了Git无法更新本地参考的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

升级到tfs 2017后,我们发现错误如下:


> git pull


错误:无法锁定ref 'refs / remotes / origin / ..   :ref refs / remotes / origin / ..    at 46364 ...


来自http:// tfs:8080 / tfs /../../_ git / Web


!6094359。 ..        features / 100 / ..    - > origin / features / 100 / ...  (无法更新本地参考)


* [新分支]    features / 101 / ... - > origin / features / 101 /




有任何想法吗?

解决方案

After the upgrade to tfs 2017, we are seeing errors that go something like this:

> git pull

error: cannot lock ref  'refs/remotes/origin/..    : ref refs/remotes/origin/..     at 46364...

From http://tfs:8080/tfs/../../_git/Web

!6094359...        features/100/..    -> origin /features/100/...   (unable to update local ref)

*[new branch]    features/101/... -> origin/features/101/

Any ideas?

解决方案


这篇关于Git无法更新本地参考的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-16 21:35