使用Git commit & push review 后出现以下错误:
remote: ERROR: missing Change-Id in commit message footer
问题原因是 commit-msg 在 项目目录/.git/hooks/... 下并没有存在,
所以按照提示生成 commit-msg 后, 再使用命令 git commit --amend 添加change-id,
重新在 push 就可以了
参考大牛的更多解决方案:https://blog.youkuaiyun.com/liuxu0703/article/details/54343096
953

被折叠的 条评论
为什么被折叠?



