エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
git commitしたら"Waiting for your editor to close the file..."と怒られた話 - Qiita
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
git commitしたら"Waiting for your editor to close the file..."と怒られた話 - Qiita
$ git commit hint: Waiting for your editor to close the file... code --wait: code: command not fo... $ git commit hint: Waiting for your editor to close the file... code --wait: code: command not found error: There was a problem with the editor 'code --wait'. Please supply the message using either -m or -F option. 説明 私はGitのデフォルトエディタにVScodeを使用しているのですが、git commitをした後、COMMIT_EDITMSGファイルにてコミットメッセージを入力しました。 その後アクシデントが発生して、COMMIT_EDITMSGファイルを閉じないままvscodeを終了してしまったので、正しくコミットできていなかったので再度git commitしたら怒られてし

