在Heroku上使用Git进行部署时出错

时间:2013-11-20 08:59:47

标签: ruby-on-rails git heroku

我无法在Heroku中部署。我每次都得到Permission Denied!。我的存储库已经存在。

$ git remote -v
heroku  git@heroku.com:catapp11.git (fetch)
heroku  git@heroku.com:catapp11.git (push)

但是当我尝试推入Heroku时,我总是会遇到错误。

$ git push -u heroku master
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

1 个答案:

答案 0 :(得分:5)

您需要将密钥上传到Heroku。关注this article或尝试:

heroku keys:add