Heroku error:App not found

输入

$ heroku open
$ heroku stack
$ heroku config
显示
App not found
你需要在git上移除heroku的远程 用 :
$ git remote rm heroku
然后你需要添加一个新的远程:
$ git remote add heroku git@heroku.com:your-app.git
接下来你可以运行你的heroku命令了。



你可能感兴趣的:(error,git,Rails,heroku)