Bonobo GIT not firing post-receive hook

删除回忆录丶 提交于 2021-02-07 10:26:22

问题


I did some searching and tried a few things to get an answer to this question but not having any luck. My post-receive script runs fine if I run it from bash. Also, I have changed the git to a full version that does not come with the Bonobo download. I have anonymous set so anyone can pull from the repository to make sure that doesn't cause the issue. Does anyone have some ideas I can try out?


回答1:


As mentioned in this thread

Bonobo Git Server itself doesn't provide any interface for adding hooks, but the underlying repositories are stored on the server as the classic bare ones.
Therefore, you can add hooks and other functionality as you would normally do on your local git repository, but do it on the server.



来源:https://stackoverflow.com/questions/26323632/bonobo-git-not-firing-post-receive-hook

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!