推送应用程序到heroku问题 [英] Pushing app to heroku problem

查看:133
本文介绍了推送应用程序到heroku问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

  $ heroku创建
我试图将我的应用推送到heroku,并收到以下消息:

创建electric-meadow-15 .....完成
创建http://electric-meadow-15.heroku.com/ | git@heroku.com:electric-meadow-1
5.git

$ git push heroku master

!没有这样的应用程序,如激烈雾-63

致命:远程端意外挂断

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

解决方案

输入这个,我想你会看到问题:

  git remote -v 

修复它这:

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


I am trying to push my app to heroku and I get the following message:

$ 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

It's weird that I am getting this now, I have pushed the app to heroku many times without issue. the especially weird thing is, fierce-fog-63 is an old app that I made and deleted a long time ago. Why is it now that heroku is trying to push to this app that doesn't exist anymore, especially when I have created a new one? Any suggestions?

解决方案

Type this and I think you'll see the problem:

git remote -v

Fix it like this:

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

这篇关于推送应用程序到heroku问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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