经过排查,不是因为权限不足,是由于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' 失败
修改commit信息,用下面这行命令就行文章来源:https://www.toymoban.com/news/detail-533409.html
git commit --amend -m 'OCT: 删除无用变量代码'
然后重新push,就成功了文章来源地址https://www.toymoban.com/news/detail-533409.html
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
到了这里,关于【问题记录】git报错:[remote rejected] (pre-receive hook declined)的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!