我已经在我的机器上配置了 gitzilla,它具有 GIT 存储库以及所有必需的依赖项。
在~/.gitzillarc
文件中,我提供了必要的配置以及有效的 bugzilla url 和凭据。但是,每当我尝试将更改推送到主服务器时,都会显示以下错误消息:
Counting objects: 3, done.
Writing objects: 100% (3/3), 210 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
** remote: missing/incomplete bugzilla conf (no bugzilla_url)
remote: error: hook declined to update refs/heads/master **
To xxx@xxx:/home/yyy.git/
! [remote rejected] master -> master (hook declined)
请指导以找到必要的解决方案提前谢谢