Heroku推大师ssh问题 [英] Heroku push master ssh problem

查看:145
本文介绍了Heroku推大师ssh问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



  ssh_exchange_identification:read:连接重置由peer 
致命:远程端意外挂起

我尝试重新生成ssh密钥并将它们添加到遥远的,但没有欢乐。任何帮助。
有点卡在这里的车辙!



编辑:现在我从最近工作的另一个应用程序得到同样的错误。 :/ b>

解决方案

这通常是有用的:

  ssh -vvv yourlogin @ heroku 

为了显示所有操作发生在ssh通信期间。

各种原因可能源于这些,

    $ b从 $ HOME 没有正确定义的$ b
  • (在Windows上通常环境变量%HOME% 完全不是默认定义的)

  • 添加到IP冲突地址(请参阅
>

另请参阅所以回答更多调试技巧


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. :/

解决方案

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.

这篇关于Heroku推大师ssh问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆