I was planning to backup my source code from Heroku.
So I used the git clone command
to transfer the source code from Heroku to local machine.
I run the following commands
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**
What could be the problem? Please help me.