本地多个分支,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

解决。

 

相关文章:

  • 2022-01-22
  • 2021-12-04
  • 2022-12-23
  • 2022-12-23
  • 2021-07-28
  • 2021-08-25
猜你喜欢
  • 2021-05-08
  • 2022-12-23
  • 2021-07-12
  • 2021-10-09
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案