heroku open - no app specified

后端 未结 5 1376
迷失自我
迷失自我 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:15

    I had the same issue, All I had to do was cd to project dir instead of running commands from model folder in the project dir.

提交回复
热议问题