【问题标题】:How to rectify SSH error: Heroku, in my Rails Application如何纠正 SSH 错误:Heroku,在我的 Rails 应用程序中
【发布时间】:2015-01-27 04:29:29
【问题描述】:

我是 SSH 新手。我正在学习 Heroku 教程“为 Git 设置 SSH”:

返回终端mac,输入以下命令验证你的配置

git push heroku master

我收到错误:

The authenticity of host 'heroku.com (50.19.85.132)' can't be established. 
RSA key fingerprint is 8b:48:5e:67:0e:c9:16:47:32:f2:87:0c:1f:c8:60:ad.
No matching host key fingerprint found in DNS.
Are you sure you want to continue connecting (yes/no)? 
Host key verification failed.
fatal: The remote end hung up unexpectedly

如果有任何建议,我将不胜感激。

【问题讨论】:

标签: ruby-on-rails ruby git heroku ssh


【解决方案1】:

几个月前我在表演时遇到了类似的事情

git push heroku master

导致

Permission denied (publickey).
fatal: The remote end hung up unexpectedly

我忘记了确切的解决方案,但我记得以下链接:Permission denied (publickey) when deploying heroku code. fatal: The remote end hung up unexpectedly 对我帮助很大。

问候,

-里卡多

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2016-04-01
    • 2014-11-19
    • 2014-03-12
    • 2015-10-31
    • 2014-09-17
    • 1970-01-01
    • 1970-01-01
    • 2013-05-15
    相关资源
    最近更新 更多