LoginSignup
13
10

More than 5 years have passed since last update.

Could not execute editor出た時の対処

Posted at

git rebase -i master
やったらタイトルのエラーが出た・・・

【解決策】
.gitconfigに下記内容記載

.gitconfig
   [core]
     editor = /usr/bin/vim

vimの場所は
$ which vim
で確認!

13
10
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
13
10