Public key - Application error

我怕爱的太早我们不能终老 提交于 2019-11-30 19:19:57

问题


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.

After I logged on in the console I am asked whether I want to create a SSH public key. When I'm entering yes I get the message that it's generating a public key to C:/Users/Test/.ssh/id_rsa.pub.

Then it says

Uploading SSH public key C:/Users/Test/.ssh/id_rsa.pub.. - failed.
! Application error. 

Can anybody help me? :(


回答1:


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.




回答2:


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 .



来源:https://stackoverflow.com/questions/14435939/public-key-application-error

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!