在压缩提交时,我使用了命令
$ git rebase -i master
。
此外,我已将文本编辑器指定为Notepad ++并使用该命令
$ git config --global core.editor "'C:/Program Files/Notepad++/notepad++.exe' -multiInst -nosession"
。
我正在使用旧计算机,因此我有一个32位处理器。 当我输入它执行的命令但在Notepad ++中显示一个空白窗口时,当我关闭它时,Git Bash显示以下错误:
/mingw32/libexec/git-core/git-rebase--interactive: line 268: -multiInst: command not found
Could not execute editor