我在远程中央存储库服务器上的/ ect / gitzillarc上安装了gitzilla配置文件,其权限全部为读写。 文件代码配置的内容如下
[/home/gituser/repositories/git-main/git-main.git/.git]
bugzilla_url: https://repo.example.com/bugzilla/
bugzilla_user: sboppana@example.com
bugzilla_password: s123
user_config: deny
allowed_bug_states: NEW, ASSIGNED, REOPENED
logfile: /var/log/gitzilla.log
loglevel: info`
python at 2.6.5
pybugz at 0.9.3 (tried with 0.8.0 also)
Gitzilla at gera-gitzilla-gitzilla-2.0-19-geceeaca.tar.gz
我用git push得到错误“remote:missing / incomplete bugzilla conf(no bugzilla_url)” 当然bugzilla_url值在我的配置文件中有实名,而不是示例名称。
尝试了很多,却无法让它发挥作用。感谢您的帮助。
答案 0 :(得分:0)
添加 xmlrpc.cgi 以及bugzilla网址可以解决此问题。这是Pybugz中问题的解决方法。
例如,如果您的bugzilla网址为https://repo.example.com/bugzilla/
,请尝试使用https://repo.example.com/bugzilla/xmlrpc.cgi
这应该有效。