Git and ssh authorizating

前端 未结 9 1805
有刺的猬
有刺的猬 2021-02-02 02:13

I can\'t login to github with generated ssh-keys. I\'ve followed this manual: http://help.github.com/linux-key-setup but at step:

ssh git@github.com

<
9条回答
  •  不思量自难忘°
    2021-02-02 03:14

    After generating the ssh keys I executed the command listed below as suggested by jamesw.

    $ ssh-add ~/.ssh/id_rsa
    

    I entered my password. Then retried to clone the heroku repository. This time it worked fine.

提交回复
热议问题