cloned project from github. heroku does not work

后端 未结 4 1177
攒了一身酷
攒了一身酷 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

    In addition to the git remote add ... that @Justice mentioned, I also needed to run

    git config heroku.remote heroku
    

    (solution found here)

提交回复
热议问题