当前位置:   article > 正文

【问题记录】git报错:[remote rejected] (pre-receive hook declined)_! [remote rejected] main -> main (pre-receive hook

! [remote rejected] main -> main (pre-receive hook declined)

经过排查,不是因为权限不足,是由于commit提交不规范引起的提交失败,报错如下

limenglin@limenglindeMacBook-Pro acp-web % git push
枚举对象中: 91, 完成.
对象计数中: 100% (91/91), 完成.
使用 8 个线程进行压缩
压缩对象中: 100% (50/50), 完成.
写入对象中: 100% (50/50), 7.92 KiB | 3.96 MiB/s, 完成.
总共 50(差异 34),复用 0(差异 0),包复用 0
remote: GitLab: Commit message does not follow the pattern '(?i:^\s*((OCT[\s\S].m*)|((Mod|Fix|Add)\s+[A-Za-z]+-\d+\s+[\s\S].m*)|(Merge[\s\S]*)))'
To git.komect.net:PGCP/acp-web.git
 ! [remote rejected]   lml_dev_20220825 -> lml_dev_20220825 (pre-receive hook declined)
error: 推送一些引用到 'git.komect.net:PGCP/acp-web.git' 失败
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11

修改commit信息,用下面这行命令就行

git commit --amend -m 'OCT: 删除无用变量代码'
  • 1

然后重新push,就成功了

limenglin@limenglindeMacBook-Pro acp-web % git push
枚举对象中: 91, 完成.
对象计数中: 100% (91/91), 完成.
使用 8 个线程进行压缩
压缩对象中: 100% (50/50), 完成.
写入对象中: 100% (50/50), 7.92 KiB | 2.64 MiB/s, 完成.
总共 50(差异 34),复用 0(差异 0),包复用 0
remote: 
remote: To create a merge request for lml_dev_20220825, visit:
remote:   http://git.komect.net/PGCP/acp-web/merge_requests/new?merge_request%5Bsource_branch%5D=lml_dev_20220825
remote: 
To git.komect.net:PGCP/acp-web.git
   ef64912a..506c66e2  lml_dev_20220825 -> lml_dev_20220825
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/爱喝兽奶帝天荒/article/detail/806984
推荐阅读
相关标签
  

闽ICP备14008679号