git post-receive hook never executes
Posted
by Zimno
on Server Fault
See other posts from Server Fault
or by Zimno
Published on 2010-05-11T16:07:25Z
Indexed on
2010/05/11
16:14 UTC
Read the original article
Hit count: 345
For some reason my post-received hook never executes. It's a simple two liner diagnostic script: echo "test" && touch /tmp/test. When I do git push origin master
nothing happens. Does any-one know what am I doing wrong?
© Server Fault or respective owner