报错内容:

error: You have not concluded your merge (MERGE_HEAD exists).
hint: Please, commit your changes before merging.
fatal: Exiting because of unfinished merge.

解决方法(放弃本地修改):

git reset --hard origin/master

注:代码更新为何远程分支最新版本代码一致

相关文章:

  • 2021-04-16
  • 2021-10-22
  • 2022-12-23
  • 2021-08-28
  • 2021-06-21
  • 2022-12-23
  • 2022-12-23
  • 2021-04-01
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-03-03
  • 2022-12-23
  • 2022-12-23
  • 2021-08-27
  • 2021-05-21
相关资源
相似解决方案