2

Trying to clone a git repo I've been asked to collaborate on and keep getting this error

ssh: connect to host heroku.com port 22: Host is down fatal: The remote end hung up unexpectedly

Any ideas? Really need to get this working! Thanks.

Emeka Patrick
  • 147
  • 2
  • 11

1 Answers1

0

It can be a proxy issue, or it can be because you didn't add your ssh public key to the repo (as mentioned in "ssh: connect to host heroku.com port 22").
Depending on your ssh address, use the right ssh config for heroku.

Make sure your heroku repo address is the right one (see "Rails / Heroku: fatal: The remote end hung up unexpectedly").

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250