Hi im trying to setup a WebHook in Github.
I have used these instructions :
http://net.tutsplus.com/tutorials/other/the-perfect-workflow-with-git-github-and-ssh/
But for some reasons I'm not able to to the pull via my a php file.
But if im logged via ssh and I run:
$ php git-hook.php
its doing the pull properly but wont do it if the call if from Github or just load the page directly via a browser.
I have already setup chmod
to 777
.
Thanks a lot