Heroku入门(不):应用程序未找到 [英] getting started (not) with Heroku: App not found

查看:128
本文介绍了Heroku入门(不):应用程序未找到的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这应该很简单,我发誓它在一小时前工作。我可以登录Heroku,但不能运行任何有用的命令:

This should be simple, and I swear it was working an hour ago. I can log in to Heroku, but can't run any useful commands:

$ heroku login
Enter your Heroku credentials.
Email: xxx@whatever.com
Password: 
$ heroku stack
App not found
$ heroku config
App not found

也许这是问题的根源?

Perhaps this is the source of the problem?

$ git remote show heroku
!  No such app as empty-samurai-345
fatal: The remote end hung up unexpectedly

empty-samuri-345是我之前删除的应用程序。我真正想做的就是使用bamboo-mri-1.9.2堆栈上传一个新应用程序。

empty-samuri-345 was an app I deleted earlier. All I really want to do is upload a new app using the bamboo-mri-1.9.2 stack.

预先感谢您的建议...

Thanks in advance for suggestions...

推荐答案

您需要使用以下命令删除 git 中的heroku remote:

You need to remove the heroku remote in git using this command:

git remote rm heroku

然后你可以使用这个添加一个新的远程:

Then you can add a new remote using this one:

git remote add heroku git@heroku.com:your-app.git

然后尝试运行您的 heroku 命令。

Then try running your heroku commands.

这篇关于Heroku入门(不):应用程序未找到的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆