I'm following this tutorial
After this step:
$ git commit -a -m "Allow jdoe write access to free_monkey"
$ git push
I always failed, with this error:
fatal: exec hooks/post-update failed.
This is from my /home/git/repositories/gitosis-admin/hooks/post-update
:
-rwxr-xr-x 1 git git 83 Mar 10 11:49 post-update
So I change gitosis.conf
manually from server for adding new repositories, and repos can work fine.
I've googled what might cause it, I want to admin gitosis in proper way.
Please Help
Regards, REV