1. ホーム
  2. git

git がブランチやプッシュをマージする際に「このマージが必要な理由を説明するコミットメッセージを入力してください」と言われたときの対処法

2022-02-13 02:30:57
<パス

質問です。

When we manage version control with git, we sometimes encounter errors when git merges branches or pushes.

`Please enter a commit message to explain why this merge is necessary,
especially if it merges an updated upstream into a topic branch.
Then nothing we press works, the interface is locked, however not everything we press doesn't work, there is actually a door set, the scheme is as follows.


`Please enter a commit message to explain why this merge is necessary,
especially if it merges an updated upstream into a topic branch.

<イグ

Then nothing we press works, the interface is locked, however not everything we press doesn't work, there is actually a door set, the scheme is as follows.


解決方法 .

  • 方法1.
    1.単純に現在のウィンドウを閉じて、新しいウィンドウを開き直す。
    2、その後、操作を続けることができます。しかし、個人的には、この方法は、強制的に、あまりにも面倒な方法ではありませんと思います。(個人的には、お勧めしません)。

  • 方法2
    1. 上記のような状態になったら、キーボード左上の「"Ese"」終了キーを押してください。
    2、":wq"と入力し、英語入力状態でコロンであることに注意し、"Enter"キーを押します。(個人的には、この方法が良いと思います。" :wq"の意味は?(Linux OSの学習時に使用するコマンド。強制的にファイルに書き込んで終了すること。)。