git push异常

Posted wenlin-gk

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git push异常相关的知识,希望对你有一定的参考价值。

git push异常:
! [remote rejected] HEAD -> refs/for/master ([3149246] missing Change-Id in commit message footer)
原因:
没有hook信息,导致commit时没有回调gerrit,没有产生change-ID
解决办法:
scp -p -P 29418 [email protected]:hooks/commit-msg tfe/.git/hooks/

以上是关于git push异常的主要内容,如果未能解决你的问题,请参考以下文章

push declined due to email privacy restrictions

git push 报错failed to push some refs to‘xxx‘

array.push() 方法没有向数组添加任何内容并且工作异常

git push提示dst refspec XXX matches more than one

git push提示dst refspec XXX matches more than one

git push提交到远程报错“remote: Support for password authentication was removed on August 13, 2021.“