无法执行vi vim和gedit的编辑器

时间:2013-12-10 07:58:41

标签: git vim

我在尝试

时收到以下错误消息
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

从堆栈溢出的其他帖子中我尝试了以下内容:

  1. 将默认编辑器更改为vim,将路径指定为/ usr / bin / vim
  2. 为vi和gedit做了同样的事情
  3. 使用~/.zshrc加载source ~/.zshrc,但仍然遇到同样的问题。

    我还可以尝试摆脱这个错误。

1 个答案:

答案 0 :(得分:4)

shell的编辑器由

设置
export EDITOR=vim

要在gitconfig中设置编辑器,可以使用

git config --global core.editor vim