“cannot pull into a repository with state: merging_resolved”

后端 未结 3 782
被撕碎了的回忆
被撕碎了的回忆 2021-02-02 15:46

After some pulling, merging and conflict resolving, my GIT is stuck. This is what I tried to do (with EGit) on the main project:

  • \"Pull\" returns \"cannot pull int
3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-02 16:17

    Since you have finished your merge, and if you don't have any pending changes, you can try a git reset --hard, and see if the issue persists. (See EGit reset your current HEAD)


    Ankit Marothi suggests in the comments:

    I resolved it by resetting it from egit, using Team->Reset and using mixed reset as the option.

提交回复
热议问题