git mergetool reports “No files need merging”

前端 未结 7 1001
傲寒
傲寒 2020-12-05 12:57

For some reason lately, every time I pull and get a merge conflict, running git mergetool reports \"No files need merging\":

$ git pull
First, r         


        
相关标签:
7条回答
  • 2020-12-05 13:41

    In my case the issue was that I had another console window open and was running the application (based on create-react-app, with hot reloading) in that window.

    Killing the process and closing the other window, then aborting the rebase and retrying worked for me.

    0 讨论(0)
提交回复
热议问题