Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I get this when I am trying to push to my Heroku app:

ssh_exchange_identification: read: Connection reset by peer
fatal: The remote end hung up unexpectedly

I tried regenerating the ssh keys and adding them to the remote, but no joy. Any help. Kinda stuck in a rut here!

EDIT: and now I get the same error from a different app that was working very recently. :/

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.3k views
Welcome To Ask or Share your Answers For Others

1 Answer

It is usually usefull to make a:

ssh -vvv yourlogin@heroku

in order to dispay all the operations taking place during the ssh communication.

Various causes can be at the origin of these,

  • from a $HOME not correctly defined (usual on Windows where the environment variable %HOME% isn't defined at all by default)
  • to an IP conflict address (see this thread) for the SSH daemon.

See also this SO answer for more debug tips.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share

548k questions

547k answers

4 comments

86.3k users

...