Gitosis not updating server configuration after push of configuration changes

前端 未结 5 630
旧巷少年郎
旧巷少年郎 2021-01-01 04:02

I\'ve set up gitosis using the tutorial privided at:

http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way

I found that I was unable

5条回答
  •  萌比男神i
    2021-01-01 04:52

    I know this is short but you probably just need to make the post hook executable...

    sudo chmod 755 [your-path-to-your-repo]/gitosis-admin/hooks/post-update

提交回复
热议问题