赞
踩
1,在提交代码时的信息会要求添加change-id的要求,但对于默认的git来说,是不会自动生成change-id的
2,当git push的时候,报错
remote: ERROR: commit 7c30eda: missing Change-Id in message footer
gitdir=$(git rev-parse --git-dir);
scp -O -P 29418 shijiating@gerrit.cmss.com:hooks/commit-msg ${gitdir}/hooks/
注:scp后的参数从-p改成 -O (O是大写)
如果输入之后有下面的错误:
不要在vscode中输入命令,而是在git bush中输入命令
输入命令不报错之后,就可以重新编辑提交信息:
git commit --amend
保存之后。
git log
就可以看到提交信息中的 chang-id
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。