-1

I am working on Ch.1 Ruby on Rails tutorial (Rails 5) with cloud IDE I have the problem with deploying with Heroku.

The last command:

$ git push heroku master

produces an error message:

remote: ! No such app as murmuring-atoll-61945.
fatal: repository ‘https://git.heroku.com/murmuring-atoll-61945.git/’ not found

When I visit the address and run heroku create it did not deploy hello_app.

Roshan
  • 905
  • 9
  • 21

1 Answers1

0

It seems like you have renamed your application. You might want to refer to this.

pika
  • 1
  • 2