【发布时间】:2017-08-22 19:29:00
【问题描述】:
我正在使用云 IDE 编写第 1 章 Ruby on Rails 教程(Rails 5) 我在使用 Heroku 进行部署时遇到问题。
最后一条命令:
$ git push heroku master
产生错误信息:
remote: ! No such app as murmuring-atoll-61945.
fatal: repository ‘https://git.heroku.com/murmuring-atoll-61945.git/’ not found
当我访问地址并运行heroku create
它没有部署 hello_app。
【问题讨论】:
-
git remote -v的输出是什么?
标签: ruby-on-rails ruby heroku