访问Heroku遥控器

时间:2016-04-22 14:20:38

标签: git heroku

我一直在研究一个使用Heroku的项目,但直到最近我还无法访问Heroku遥控器。

现在我获得了许可。

我从Heroku收到一封电子邮件说我应该跑:

heroku git:clone -a myAppName

我不想再次克隆存储库,我只想将现有的Heroku存储库添加为新的远程存储库。

我试过了:

git remote add heroku git@heroku.com:myAppName.git

然而,我得到了:

Warning: Permanently added the RSA host key for IP address 'XX.XX.XX.XXX' to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

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

这似乎很正常,因为我还没有真正登录到Heroku,所以他们不应该让我看到存储库。

那么如何将Heroku添加为遥控器呢? 我需要从终端登录吗?

1 个答案:

答案 0 :(得分:0)

对于现有存储库

在终端类型 $ heroku登录-i 输入您的电子邮件和密码,然后

$ heroku git:remote-一个例子

enter image description here