Could not generate ssh public key for heroku in Windows 7

前端 未结 4 1403
不知归路
不知归路 2021-02-12 01:55

While I am trying heroku login through cmd in my machine, it says

Could not find existing public key
Would you like to generate one? [

4条回答
  •  花落未央
    2021-02-12 02:05

    Heroku toolbelt includes git distribution which includes the required ssh-keygen.exe . I've just found it in C:\Program Files\git\bin . Locate your git folder and add it to your system path as described here: superuser.com/questions/284342/

提交回复
热议问题