Heroku 'Permission denied (publickey) fatal: Could not read from remote repository' woes

前端 未结 14 1704
故里飘歌
故里飘歌 2020-12-12 08:57

I\'ve searched around for many hours on end looking to a solution to my seemingly easy-to-fix problem. It\'s not that my search turned up nothing, it\'s that my search turne

14条回答
  •  Happy的楠姐
    2020-12-12 09:17

    I got the same error, and because I have 4 ssh-keys, so I tried follow:

    ssh-keygen -t rsa
    heroku keys:add
    

    then, four options show:

    1) github_rsa.pub
    2) id_boot2docker.pub
    3) id_rsa.pub
    4) sshkey.pub
    

    I choose 3), the newest one

    Then, I fix the error.

提交回复
热议问题