Git access on Heroku deployment and others: connection refused
Posted
by Toby Hede
on Stack Overflow
See other posts from Stack Overflow
or by Toby Hede
Published on 2010-03-15T01:54:39Z
Indexed on
2010/03/17
0:31 UTC
Read the original article
Hit count: 360
ruby-on-rails
|heroku
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?
© Stack Overflow or respective owner