cloned project from github. heroku does not work

后端 未结 4 1174
攒了一身酷
攒了一身酷 2021-01-30 01:53

I cloned a project from github over to my desktop. I used to work on it form my laptop.

However, on laptop heroku does not seem to work for this app eventhough i have i

4条回答
  •  [愿得一人]
    2021-01-30 02:18

    When I had this issue it was because I created more than one remote app on heroku.

    To remove an existing remote app from heroku use:

    git remote rm heroku
    

    then go back and use heroku create to start the process over using the correct app name heroku gives you.

    Solution found here: solution

提交回复
热议问题