"heroku git:clone -a myapp"结果"`git:clone` is not a heroku command."


在过去的

6 个月里,我在开发过程中使用 heroku git:clone -a myapp 从 heroku 成功克隆我的应用程序。但从今天开始,这个命令会导致"git:clone" is not a heroku command.

他们改变了什么吗?

我也更新到了最新的 heroku-toolbelt 版本,但仍然是相同的问题。

奇怪的是,heroku-git 插件突然丢失了。

我手动重新安装了 heroku-git:heroku plugins:install heroku-git

现在它又工作了。

最新更新