我正在推动我的 Git 存储库从 master/trunk 到测试分支“beta”的更改。我能够很好地提交更改,但无法将更改推送到 Gerrit 进行代码审查。当我尝试通过以下方式推送到分支时:
git push origin beta:refs/for/beta
它失败并出现以下错误:
remote: Change-Id: 987899878087967896899087e908f7098890
remote: Hint: A potential Change-Id was found, but it was not in the footer of the commit message.
更改 ID 很好,就在那里。当我选择更改时,它会自动包含在内。我该如何解决这个问题?