Gerrit error when Change-Id in commit messages are missing

前端 未结 12 1208
北荒
北荒 2020-11-28 03:58

I set up a branch in the remote repository and made some commits on that branch. Now I want to merge the remote branch to the remote master.

Basically follows are my

12条回答
  •  生来不讨喜
    2020-11-28 04:26

    This can also happen if you have this restriction:

    Please enter the commit message for your changes. Lines starting with '#' will be ignored, and an empty message aborts the commit.

    and you do like me: write a commit message starting with "#" .....

    I had the same error, but I already had the commit-msg and did the rebase and everything. Very silly mistake though :D

提交回复
热议问题