heroku open - no app specified

后端 未结 5 1378
迷失自我
迷失自我 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条回答
  •  旧时难觅i
    2020-12-13 04:21

    This crazy thing worked for me:

    If you have the app's git repo copy on you local machine then cd to that location and that's it!!

    You will be able to use the app. You can verify this by commands like: heroku logs -n 1500

提交回复
热议问题