我在尝试
时收到以下错误消息git rebase -i <commit no.>
Unknown option -w
Run 'gedit --help' to see a full list of available command line options.
Could not execute editor
从堆栈溢出的其他帖子中我尝试了以下内容:
使用~/.zshrc
加载source ~/.zshrc
,但仍然遇到同样的问题。
我还可以尝试摆脱这个错误。
答案 0 :(得分:4)
shell的编辑器由
设置export EDITOR=vim
要在gitconfig
中设置编辑器,可以使用
git config --global core.editor vim