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 create。事实证明,这就是创建应用程序所需的全部内容: Creating sleepy-chamber-3162... done, stack is cedar http://sleepy-chamber-3162.herokuapp.com/ | git@heroku.com:sleepy-chamber-3162.git 我想这不是我想要的 那么我做了什么?我的gi

我已经使用heroku部署我的应用程序一段时间了。我正处于创建新的登台环境的阶段。为了征求使用说明,我运行了
heroku create
。事实证明,这就是创建应用程序所需的全部内容:

Creating sleepy-chamber-3162... done, stack is cedar
http://sleepy-chamber-3162.herokuapp.com/ | git@heroku.com:sleepy-chamber-3162.git
我想这不是我想要的

那么我做了什么?我的git分支和历史记录似乎完好无损,但我怀疑我的遥控器可能指向了新的应用程序


如何撤消heroku create所做的更改?

看起来像是heroku create创建了新的应用程序,但不会影响应用程序的任何文件、git元数据甚至默认远程路径

heroku apps:destroy -a sleepy-chamber-3162
似乎足以撤消创建