エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Fixing "There was a problem with the editor 'vi'" for Git on Mac OS X Snow Leopard
記事へのコメント7件
- 注目コメント
- 新着コメント


注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Fixing "There was a problem with the editor 'vi'" for Git on Mac OS X Snow Leopard
8th April 2010 I have had an annoying problem with git and vi. I like to use vim to edit my commi... 8th April 2010 I have had an annoying problem with git and vi. I like to use vim to edit my commit messages, but I’ve been hit with this annoying message every time I write the message and quit vim. error: There was a problem with the editor 'vi' After a little bit of digging I found that this message is shown by git when the editor exits with a non-zero exit code. You can use $? to see the exit c
2011/06/09 リンク