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

前端 未结 14 1713
故里飘歌
故里飘歌 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条回答
  •  遥遥无期
    2020-12-12 09:13

    I'd like to add another solution since I didn't see it here. My problem was that heroku was linking to the wrong url (since I kept playing around with url names). Editing the remote url solved my problem:

    git remote set-url heroku 
    

提交回复
热议问题