git出现异常处理
这个教程,错过了,就错过了,各位!!! @[toc] 前言 有时候,公司提交的代码必须使用公司邮箱,而你误操作,直接把自己个人邮箱提交上去了,此时你就会遇到这样的需求:如何修改git已提交的邮箱?( 因为有些公司是不允许使用个人邮箱提交代码 ) 异常 master 分支合并到 develop 分支,执行 git push 操作时。 remote: Checking gitlab project <project-6468> remote: Ref <refs heads develop> receiving remote: Commit rev [fde93ea421c8b93b51ebfbd47ec6bebb9641696a] - Invalid commiter email <123@qq.com> remote: Check and confirm : https://wiki.xxx.cn/x/2tGsEw to correct your committer email address To git-biz.xxx.cn:news/test.git ! [remote rejected] develop -> develop (pre-receive hook declined) error: failed to push some refs to 'git-biz.xxx