【发布时间】:2012-04-25 04:56:50
【问题描述】:
我一直在尝试在 Ubuntu 上的 Heroku 上设置我的 Rails 项目(我使用的是 Windows,但决定更改)。我在使用公钥时遇到问题。起初我只是从 Windows 和heroku add:keys 复制了我的密钥。它没有用,当我尝试克隆时,我不断收到Permission Denied (Public Key)。我还尝试生成新密钥、删除旧密钥并添加新密钥,我已经尝试了几乎所有可以在 StackOverflow 和 Google 上找到的解决方案:
Permission denied (publickey) when deploying heroku code. fatal: The remote end hung up unexpectedly
http://www.rorexperts.com/git-push-heroku-master-permission-denied-publickey-t2280.html
How come Heroku is giving a permission denied error?
http://zylstra.wordpress.com/2008/08/29/overcome-herokus-permission-denied-publickey-problem/
http://www.ruby-forum.com/topic/208308
https://groups.google.com/forum/?fromgroups#!topic/heroku/SgiGDafu4Gg
http://eveningsamurai.wordpress.com/2011/07/13/herokus-permission-deniedpublickey-problem/
这些都没有帮助......还有什么可能是错误的吗?是否有任何其他信息可以让我更容易发现问题?
【问题讨论】:
-
你搞定了吗?如果是这样,怎么做?我有同样的问题
-
我没有,但我离开了我工作的公司(并且遇到了这个问题),我停止了尝试
标签: ruby-on-rails heroku