gitosis-admin git push failed, exec hooks/post-update

Posted by v14nt0 on Stack Overflow See other posts from Stack Overflow or by v14nt0
Published on 2010-03-12T10:33:44Z Indexed on 2010/03/12 10:37 UTC
Read the original article Hit count: 485

Filed under:
|

I'm following this tutorial

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

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 google what might cause it, i want to admin gitosis in proper way

Please Help

Regards, REV

© Stack Overflow or respective owner

Related posts about gitosis

Related posts about git