heroku open - no app specified

后端 未结 5 1377
迷失自我
迷失自我 2020-12-13 03:30

I\'ve just created a simple Rails app using

rails new myapp

then created the heroku stack using:

heroku create --stack ced         


        
5条回答
  •  孤城傲影
    2020-12-13 04:16

    If you have an existing app on Heroku and you are getting this no app specified message, you can correct it by running this on your local terminal:

    heroku git:remote -a MyHerokuAppName

提交回复
热议问题