I've seen a lot of other questions here like this one, but the vast majority of them are related to permissions. So to clarify:
- My file is called exactly "post-receive"
- It has no extension
- It is located in .git/hooks
- It starts with "#!/bin/bash"
- It has execution permissions
Running "ls -l post-receive" returns:
-rwxr-xr-x
If I run the file manually, through git bash, it works perfectly. But no matter what I push, it never triggers automatically. What's going on here?