git push heroku master permission denied on VISTA

前端 未结 4 1195
一个人的身影
一个人的身影 2021-02-01 10:10

(Using Vista)I\'m trying to clone an app from my GitHub Repository and push it into Heroku. Okay, so I\'ve tried to create an SSH key so many times with this:

 `         


        
4条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-01 10:50

    I had a similar problem. Running the following command fixed it for me:

    heroku keys:add ~/.ssh/id_rsa.pub

    Substitute "~/.ssh/id_rsa.pub" with your path to your id_rsa.pub file.

提交回复
热议问题