I am attempting to setup a response page to a github service hook.
I dont have shell access to run the initial clone, so I am cloning within php. It appears the clone process is taking to long and the php script times out.
Any suggestions how to get the initial clone?
Once I have the repo, the script would simply pull after I have pushed to github.