tags:

views:

222

answers:

2

I have suddenly run into an issue using git.

I created a new app, went to push to Heroku and now see:

ssh: connect to host heroku.com port 22: Connection refused

My other previously working Heroku apps no longer work, receiving the same error. Other Heroku commands work (create, info, db:push).

I also see the error when accessing Git on my unfuddle accounts.

I can SSH to other services, so it doesn't look like it's my machine.

Any ideas?

A: 

I rebooted and problem solved.

Toby Hede
And the problem is happening again. The only thing I have installed recently is RVM, I wonder if that is causing the problem.
Toby Hede
Have you had any success with this since then? I've got no resolution to the same issue.. and NOBODY on the interwebs seems to have it either. http://stackoverflow.com/questions/4049900/cannot-push-git-to-remote-repository-ssh-error
Matt H.
A: 

Perhaps the comments here might help. Matt H. suffered the same problem of connection refused errors when connecting to heroku.com, because he was running PeerGuardian. Heroku's staff say that "Most of the time, we find users who have software that is blocking ec2/amazon."

Frank Shearar