Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/heroku/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Git 销毁heroku上的应用程序_Git_Heroku - Fatal编程技术网

Git 销毁heroku上的应用程序

Git 销毁heroku上的应用程序,git,heroku,Git,Heroku,我在Heroku上有一个应用程序,但当我尝试在多个应用程序中使用两个不同的Heroku帐户时,事情变得一团糟。我卸载并重新安装了Heroku toolbelt,并使用im正在使用的应用程序(通过CL)登录到我的帐户。事情搞砸了,所以我从Heroku.com应用程序网站上删除了该应用程序,但当然,Heroku git repo在命令行上仍然是该应用程序的最新版本。如果我键入git remote-v,我会得到这个输出 heroku git@heroku.com:my_app_name.git (f

我在Heroku上有一个应用程序,但当我尝试在多个应用程序中使用两个不同的Heroku帐户时,事情变得一团糟。我卸载并重新安装了Heroku toolbelt,并使用im正在使用的应用程序(通过CL)登录到我的帐户。事情搞砸了,所以我从Heroku.com应用程序网站上删除了该应用程序,但当然,Heroku git repo在命令行上仍然是该应用程序的最新版本。如果我键入
git remote-v
,我会得到这个输出

heroku  git@heroku.com:my_app_name.git (fetch)
heroku  git@heroku.com:my_app_name.git (push)

如果完全删除这个git存储库并开始fresh以将它的一个新实例部署到Heroku,我想做什么。有什么建议吗???

用删除当前远程引用

git remote rm heroku