我正试图将我的应用程序推送到heroku,我收到以下消息:

$ heroku create
Creating electric-meadow-15..... done
Created http://electric-meadow-15.heroku.com/ | git@heroku.com:electric-meadow-1
5.git

$ git push heroku master

 !  No such app as fierce-fog-63

fatal: The remote end hung up unexpectedly

奇怪的是,我现在得到了这个,我已经把应用程序推到heroku很多次没有问题.特别奇怪的是,fierce-fog-63是我很久以前制作并删除的一个老应用程序.为什么现在heroku正试图推出这个已经不存在的应用程序,尤其是当我创建了一个新的应用程序时?有什么建议吗?

推荐答案

输入这个,我想你会发现问题:

git remote -v

如下所示:

git remote rm heroku
git remote add heroku git@heroku.com:electric-meadow-15.git

Ruby-on-rails相关问答推荐

Rails 7中的Turbo流

Web控制台不会出现在例外页面Rails 7.1.1上

发送不调用类或模块中的私有方法

组织和/或存储我一直在 RSpec 中使用的模拟对象的最佳方式是什么?

从 rails 5 升级到 6 和 zeitwerk

您如何查看在 Rails 中触发回调的关联模型?

错误原始错误:未安装 ImageMagick/GraphicsMagick

如何从 Ruby on Rails 应用程序返回正确的 HTTP 错误代码

Rails 发现获取 ActiveRecord::RecordNotFound

rails 3:将链接显示为按钮?

Ruby on Rails 的 varchar 迁移问题

升级到设计 3.1 => 获取重置密码令牌无效

在 factory_girl 中填充与 children 的关联

我可以将默认值传递给 rails 生成迁移吗?

Rails:将所有未知路由重定向到 root_url

如何测试自定义验证器?

如何在 Rails 迁移中添加一些插入?

用于在多行上链接调用的 Ruby 约定

Rails: Sprockets::Rails::Helper::AssetNotPrecompiled 在开发中

默认情况下 haml