我打算从 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**
可能是什么问题呢?请帮我。