git rebase could not execute editor
Do something like that
$ git config --global core.editor emacs
where emacs paste name of your editor
Check to make sure GIT_EDITOR
is not set in your environment. It takes precedence over core.editor.
Do something like that
$ git config --global core.editor emacs
where emacs paste name of your editor
Check to make sure GIT_EDITOR
is not set in your environment. It takes precedence over core.editor.