美文网首页
部署heroku `Couldn't find that app

部署heroku `Couldn't find that app

作者: Zee_jin | 来源:发表于2019-06-29 14:15 被阅读0次

在部署heroku中,新建heroku后与原有的仓库冲突

解决:移除旧仓库,添加新仓库

查看现有的仓库:git remote -v

移除现有的仓库:git remote rm heroku

添加新建的仓库:git remote add heroku 地址heroku

相关文章

网友评论

      本文标题:部署heroku `Couldn't find that app

      本文链接:https://www.haomeiwen.com/subject/uakpcctx.html