In my case there was a problem with a git pre-push
hook.
Run git push --verbose
to see if there are any errors.
Double check your git-hooks in the directory .git/hooks
or move them temporarily to another place and see if everything works after that.