Heroku推送主控ssh问题
当我尝试推送到 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
创建一个:通常很有用,
以显示 ssh 通信期间发生的所有操作。
造成这些问题的根源可能有多种,
$HOME
未正确定义(通常在 Windows 上,环境变量%HOME%
不是 默认情况下定义)另请参阅此SO 答案以获取更多调试技巧。
It is usually usefull to make a:
in order to dispay all the operations taking place during the ssh communication.
Various causes can be at the origin of these,
$HOME
not correctly defined (usual on Windows where the environment variable%HOME%
isn't defined at all by default)See also this SO answer for more debug tips.
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.