git lock fail解决

本地多个分支,remote 、remote tracking、local

checkout了2个不同版本分支,发现最后版本却是相同的,然后pull时报git lock fail,

看来发送了冲突了,删除重新checkout、pull等都不行,

最后解决方法:

  1. Reset current branchs
  2. Delete local branches.
  3. Fetch、checkout
  4. Pull

解决。

岁月留痕
原文地址:https://www.cnblogs.com/navigate/p/14003566.html