Try-try-again 2016-11-03 02:29 采纳率: 50%
浏览 2870
已采纳

eclipse上用git插件提交代码报错

missing Change-Id in commit message footer
Processing changes: refs: 1
Processing changes: refs: 1, done

ERROR: missing Change-Id in commit message footer
Suggestion for commit message:
Merge branch 'master' of http://gerrit.github.com/ITAPYS_TOS/OA_store
Change-Id: A8efwe3r23r23dfferwjt565tjhdgsrwtt78jtjytfwe33

Hint: To automatically insert Change-Id, install the hook:
gitdir=$(git rev-parse --git-dir); scp -p -P 29418 wasion@gerrit.github.com:hooks/commit-msg ${gitdir}/hooks/

  • 写回答

3条回答

  • Wind Li 2016-11-03 02:55
    关注

    参考这个:http://blog.sina.com.cn/s/blog_4b5039210102e5o5.html
    英文好就参考官方的:https://git.eclipse.org/r/Documentation/error-missing-changeid.html
    你的问题在没有权限改变代码后直接提交到远程的仓库里,因为没有被审核。

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?