Public key - Application error

后端 未结 2 1692
日久生厌
日久生厌 2021-01-07 06:25

Hey I\'m new in programming Facebook applications and I wanted to start with Heroku but I have big problems to start working with it.

Afte

相关标签:
2条回答
  • 2021-01-07 07:09

    I was getting the same error you may have not run the ssh-keygen.exe present in ..\Git\bin then you must enter the address of your ssh key in your case it seems to be C:/Users/Test/.ssh/id_rsa after that you should login .

    0 讨论(0)
  • 2021-01-07 07:11

    Here I have the same problem...

    The solution I found was:

    1) Open your file "C:/Users/Test/.ssh/id_rsa.pub" with any ext editor.

    2) Copy the content, begininig with "ssh-rsa" until "==".

    3) go to https://dashboard.heroku.com/account

    4) copy this to "add new ssh key", press Add key.

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