コミットしようとしたらPlease enter the commit message for your changesみたいなのが出た時

2024/09/07に公開

変なエラーとかじゃないので落ち着いて対処すれば大丈夫です。
備忘録として

# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# On branch <ブランチ名>
# Changes to be committed:
#	modified:<変更したファイル>
#

こんな感じのファイルが急に開かれて焦った人が見ていると思います。

対処法

#がない箇所にコミット名を入力してファイルを閉じれば大丈夫です。

こんな感じですね。
あとはファイルを閉じたらいつも通りの作業に戻れます。

Discussion