5

我正在尝试使用以下行将我的代码推送到 Heroku:

git push heroku master

但我不断收到以下错误/消息:

Warning: Permanently added 'heroku.com,50.85.49.333' <RSA> to the list of known hosts. 
Permission denied <public key>
fatal: Could not read from remote repository

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

我已经上传了我的密钥:

heroku keys:add ~/.ssh/id_rsa.pub

并将我的遥控器设置为 git url:

git remote set-url heroku git@heroku.com:project-name.git

仍然没有运气。谁能指出问题?

我正在关注这个简短的内容。

4

1 回答 1

4

在发布这个问题之前,我真的应该更加努力地搜索,因为我在另一个名称几乎相同的问题中找到了答案。

Heroku“权限被拒绝(公钥)致命:无法从远程存储库中读取”问题

于 2013-10-23T13:30:08.833 回答