查看遠(yuǎn)程的源:
heroku remote -v
若遠(yuǎn)程的源不是你新建的heroku app 地址。
則刪除之,重新添加源
刪除方法:
git remote rm heroku
新增方法:heroku git:remote -a 新的git地址
轉(zhuǎn)載
查看遠(yuǎn)程的源:
heroku remote -v
若遠(yuǎn)程的源不是你新建的heroku app 地址。
則刪除之,重新添加源
刪除方法:
git remote rm heroku
新增方法:heroku git:remote -a 新的git地址
轉(zhuǎn)載