I searched for a while but I can\'t find a solution to my Problem.
I have a Server I can connect to via ssh with the username git and a local git reposi
git
You can also check your SSH identities by doing:
$ ssh-add -L
I had a similar problem. There was a wrong key in my identities, don't remember why. I just delete all my identities (maybe you will need to add keys again):
$ ssh-add -D
Then I did push/pull without problems.