git post-receive hook "empty ident name"
To make sure this work, a git config --local -l
needs to return the user name and email.
If it doesn't, go to that repo on the server, and type;:
git config user.name server
git config user.email [email protected]