You have not concluded your merge. (MERGE_HEAD exists)

转载自:https://blog.csdn.net/daotiao0199/article/details/82757056

这个错误是因为以前 pull 下的代码没有自动合并导致的

解决:

右键项目,找到 Git

  1. 执行git fetch --all

Git错误集合

  1. git reset --hard origin/master

Git错误集合

Git错误集合

  1. pull分支下的代码

Git错误集合

  1. 解决冲突
  2. 将自己的代码更新到本地仓库

Git错误集合

Git错误集合

下面就可以继续开发了!

相关文章:

  • 2021-11-14
  • 2021-06-06
  • 2021-07-03
  • 2021-04-06
  • 2021-07-19
  • 2021-07-26
  • 2021-11-21
猜你喜欢
  • 2022-02-09
  • 2021-07-29
  • 2021-05-19
  • 2021-04-15
相关资源
相似解决方案