Heroku推送主控ssh问题

发布于 2024-11-07 08:48:19 字数 262 浏览 0 评论 0原文

当我尝试推送到 Heroku 应用程序时,我得到了这个信息:

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

我尝试重新生成 ssh 密钥并将它们添加到遥控器,但没有任何乐趣。任何帮助。 有点陷入困境!

编辑:现在我从最近运行的另一个应用程序中得到了相同的错误。 :/

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

南笙 2024-11-14 08:48:19

创建一个:通常很有用,

ssh -vvv yourlogin@heroku

以显示 ssh 通信期间发生的所有操作。

造成这些问题的根源可能有多种,

  • 例如 $HOME 未正确定义(通常在 Windows 上,环境变量 %HOME% 不是 默认情况下定义)
  • 到 IP 冲突地址(请参阅 此线程) 用于 SSH 守护程序。

另请参阅此SO 答案以获取更多调试技巧

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.

表情可笑 2024-11-14 08:48:19

Heroku 遇到 git 问题 - 查看 Heroku 服务器状态:
http://status.heroku.com/

我现在刚刚开始收到此错误。

Heroku is having git problems - see Heroku server status:
http://status.heroku.com/

I just started getting this error now.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文