2011-08-17 30 views
0

按照Gitzilla網站上的說明進行配置。爲什麼GitZilla的更新掛鉤在推送時拋出錯誤消息?

我的混帳回購協議是爲周工作正常,現在... Bugzilla的是工作的罰款也是...

結束Gitzilla的配置後,我支和測試,看看我是否能推動並得到記錄。 ..它給了我這個錯誤:

Counting objects: 57, done. 
Delta compression using up to 2 threads. 
Compressing objects: 100% (42/42), done. 
Writing objects: 100% (54/54), 5.59 KiB, done. 
Total 54 (delta 16), reused 0 (delta 0) 
remote: Traceback (most recent call last): 
remote: File "hooks/update", line 8, in <module> 
remote:  load_entry_point('gitzilla==2.0', 'console_scripts', 'gitzilla-update')() 
remote: File "build/bdist.freebsd-8.2-RELEASE-amd64/egg/pkg_resources.py", line 318, in load_entry_point 
remote: File "build/bdist.freebsd-8.2-RELEASE-amd64/egg/pkg_resources.py", line 2221, in load_entry_point 
remote: File "build/bdist.freebsd-8.2-RELEASE-amd64/egg/pkg_resources.py", line 1954, in load 
remote: File "build/bdist.freebsd-8.2-RELEASE-amd64/egg/gitzilla/hookscripts.py", line 11, in <module> 
remote: File "build/bdist.freebsd-8.2-RELEASE-amd64/egg/gitzilla/hooks.py", line 9, in <module> 
remote: File "build/bdist.freebsd-8.2-RELEASE-amd64/egg/gitzilla/utils.py", line 10, in <module> 
remote: ImportError: No module named bugz.bugzilla 
remote: error: hook declined to update refs/heads/roger/gitzilla 
To ssh://[email protected]/usr/local/git/some.git 
! [remote rejected] roger/gitzilla -> roger/gitzilla (hook declined) 
error: failed to push some refs to 'ssh://[email protected]/usr/local/git/some.git' 
+0

愚蠢的問題,但是並服務器已經安裝了bugz.bugzilla蟒模塊? –

回答

2

您需要安裝pybugz - 我有完全一樣的問題

混帳回購協議是在這裏 https://github.com/williamh/pybugz

見要求 要求 ............

要安裝和運行GitZilla,您需要:

  • 的Python(與2.6.4測試,應與工作> = 2.5)
  • pybugz(與0.8.0測試)
相關問題