It’s not a Git error message, it’s the editor as git uses your default editor.
To solve this:
- press “i” (i for insert)
- write your merge message
- press “esc” (escape)
- write “:wq” (write & quit)
- then press enter
It’s not a Git error message, it’s the editor as git uses your default editor.
To solve this: