Не удается отправить git в удаленный репозиторий: (ошибка SSH)

Когда я пытаюсь нажать на удаленный репозиторий git heroku.com, я получаю следующее сообщение:

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

Я могу легко работать со своим репозиторием на github с тем же ключом ssh.

Ввод:

$ssh git@github.com    #outputs: success message
$ssh git@heroku.com    #outputs: ssh: connect to host heroku.com port 22: Connection refused

Я использую Mac OS 10.6. И я очень невежественный медленно учусь!

ОБНОВЛЕНИЕ:

$telnet heroku.com 22

дает это вывод:

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
10
задан Matt H. 30 October 2010 в 00:22
поделиться