Nicht git push zum remote-repository: SSH (Fehler)

Wenn ich versuche zu schieben, um meine heroku.com remote git-repository, bekomme ich diese Meldung:

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

Kann ich problemlos mit meinem repository auf github mit dem gleichen ssh-key.

Eingabe:

$ssh [email protected]    #outputs: success message
$ssh [email protected]    #outputs: ssh: connect to host heroku.com port 22: Connection refused

Bin ich auf Mac OS 10.6. Und ich bin sehr unbedarft langsam lernen!

UPDATE:

$telnet heroku.com 22

gibt diese Ausgabe:

Trying 75.101.145.87...
telnet: connect to address 75.101.145.87: Connection refused
Trying 75.101.163.44...
telnet: connect to address 75.101.163.44: Connection refused
Trying 174.129.212.2...
telnet: connect to address 174.129.212.2: Connection refused
telnet: Unable to connect to remote host
Ich habe den ssh-tag, weil es relevant ist für das problem, und entfernt die ruby-on-rails-tag, da war es nicht.

InformationsquelleAutor Matt H. | 2010-10-29

Schreibe einen Kommentar