添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

BAS doesn't support "git rebase -i" since it prompts

hint: Waiting for your editor to close the file... code --wait: 1: code: not found
error: There was a problem with the editor 'code --wait'.

The command code --version prompts

bash: code: command not found

What can I do in order to get a proper editor ? (either vi or vim or whatever works)

I tried the classic

git config --global core.editor 'vim' 

but it still rely on "code"

Regards,