I have a simple, but very uncomfortable problem: git push doesn't work anymore for me!
When I do git remote -v, I get:
origin git@myserver.net:myproject (fetch)
origin git@myserver.net:myproject (push)
I also tried to ping myserver.net and it successfully send/receive data.
However, when I do git push -v, it just prints Pushing to git@myserver.net:myproject and then, literally nothing happens.
I tried to wait 20 minutes and finally killed it.
Does anyone have an idea to solve the problem or at least to get more informations about it?
Thanks.