git pull 报错:fatal: Exiting because of unfinished merge.

报错内容:

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-08-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-04
  • 2022-02-25
  • 2022-02-19
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-03-03
  • 2022-12-23
  • 2021-04-19
  • 2022-12-23
  • 2021-08-11
  • 2021-06-03
相关资源
相似解决方案