Your key with fingerprint … is not authorized to access… myapp. The remote end hung up unexpectedly. HEROKU, GIT CLONE

前端 未结 1 1623
耶瑟儿~
耶瑟儿~ 2020-12-18 16:55

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

相关标签:
1条回答
  • 2020-12-18 17:30

    This is an issue of anauthrized ssh key i.e. your ssh key is not present in your heroku account keys. Use heroku keys:add command to add your machines existing ssh key(or generate a new one if not exists) to heroku account .For more detailed steps please refer https://devcenter.heroku.com/articles/keys

    0 讨论(0)
提交回复
热议问题