The error message:
To ssh://user@host/path/to/repository
c441eb7..a5705cd master -> master
error: failed to push some refs to ’ssh://user@host/path/to/repository’
The error condition:
A hook script that does nothing. Either the script is empty or contains only comments.
Apparently git does not like useless hook scripts. Took me a good 10-15 minutes to deduce that was the problem ( thank you for pointing [...]
