2013-10-30 78 views
2

尝试将我的第一个Rails应用程序部署到Heroku。Heroku创建:无法从远程存储库中读取

所有的应用程序代码是在这里: https://github.com/donpinkus/first_app

运行heroku create给了我这个错误:

donaldmbp15:first_app donald$ git push heroku master 
Warning: Permanently added the RSA host key for IP address '50.19.85.132' to the list of known hosts. 
Connection closed by 50.19.85.132 
fatal: Could not read from remote repository. 

Please make sure you have the correct access rights 
and the repository exists. 
donaldmbp15:first_app donald$ 

这听起来像沿线的东西,无论是Heroku的或Github上没有访问权限。我从我的本地git回购推送到Github,所以我排除了Github作为错误的根源。这留下了Heroku或我的本地机器。有任何想法吗?

+0

你为什么不尝试从本地机器上推第一生成RSA密钥?你只需要https://toolbelt.heroku.com - Heroku Toolbelt,你可以从你的本地机器上推回购? –

+0

您分享的错误不是来自'heroku create'。 git remote -v显示什么? 'heroku'远程与'heroku info'中的git存储库匹配吗? – catsby

+0

@RickPeck - 我推着我的本地机器:) –

回答

相关问题