您的指纹密钥....无权访问... myapp。远程端意外挂断了。 HEROKU,GIT CLONE

时间:2012-07-16 06:59:56

标签: git heroku

我打算从Heroku备份我的源代码。

所以我使用了git clone命令

将源代码从Heroku传输到本地机器。

我运行以下命令

C:\Users\Rowell\myapp>git clone git@heroku.com:myapp.git c:\peekbox-recent
Cloning into 'c:\peekbox-recent'...

 **!  Your key with fingerprint eb:a9:b4:2f:5d:d8:21:27:1e:1e:34:60:de:eb:cf:eb is not authorized to access myapp.**

**fatal: The remote end hung up unexpectedly**

可能是什么问题?请帮帮我。

1 个答案:

答案 0 :(得分:3)

这是anauthrized ssh密钥的问题,即您的heroku帐户密钥中不存在您的ssh密钥。使用  heroku键:添加 命令将您的机器现有ssh密钥(如果不存在,则生成一个新密钥)添加到heroku帐户。有关更详细的步骤,请参阅https://devcenter.heroku.com/articles/keys