Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

git rebase fails with "'ebase-merge' is not recognized..."

Tags:

git

rebase

I'm using git version.2.7.1.windows.2. When I issue the git rebase command below, I get the error message below. This happens in more than one clone on my computer, and with more than one unrelated branches. It does not happen using the same branches on a different computer. The message says that my branch was successfully rebased, but it is actually unchanged.

Does anyone know what might cause this?

C:\dev\myClone [mids ↑]> git rebase -i HEAD~3
'ebase-merge' is not recognized as an internal or external command,
operable program or batch file.

Successfully rebased and updated refs/heads/mids.
like image 864
battey Avatar asked Nov 29 '25 14:11

battey


1 Answers

This was just a problem with trying to launch Atom to edit the text file to specify how to do the rebase. I "unset" my text editor setting

git config --global --unset core.editor

and now it defaults to vi, and I'm able to rebase.

like image 184
battey Avatar answered Dec 01 '25 14:12

battey



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!