I want to use PHP writing git hooks but have some problem. I use Windows 7 LAMP packet and git bash. So, if I run the next script (pre-commit hook) through git shell:
https://gist.github.com/713716
gayet iyi çalışıyor ve 123 ekranda var. Ama kullanırsanız:
git commit
Ben sonraki hata var:
error: cannot spawn .git/hooks/pre-commit: No such file or directory
Peki, sorun nedir?