1

我正在使用安装了 bugzilla 的 Debian 服务器。根据 gitzilla-installation 指南中的建议,我想将 Gitzilla 集成到 github.com 上的项目中,使用 github.com-project 作为我的中央仓库。因此,我不太确定,在哪里执行以下步骤:

Switch to the hooks directory (/path/to/repository/.git/hooks) and delete the post-receive and update hooks.

Link (or copy) the gitzilla provided hooks:

ln -s $(which gitzilla-post-receive) post-receive
ln -s $(which gitzilla-update) update

此外,我测试选择将我的 github.com-URL 集成到 /etc/gitzillarc 中,但没有成功。PyBugz 已安装,我定义了 bugzilla 的链接、bugzilla-admin 的用户名和密码。

最好的,

HM

4

1 回答 1

0

https://github.com/your_repository.git/.git/hooks将是您应该执行这些步骤的路径。

如果您有一个裸存储库,那么https://github.com/your_repository.git/hooks就是路径。

于 2014-04-22T08:28:11.700 回答