简体   繁体   English

“heroku git:clone -a myapp”导致“`git:clone` 不是 heroku 命令。”

[英]"heroku git:clone -a myapp" results in "`git:clone` is not a heroku command."

I was using heroku git:clone -a myapp to clone my app successfully from heroku over the past 6 months while developing.在过去的 6 个月里,我在开发过程中使用heroku git:clone -a myapp从 heroku 成功克隆了我的应用程序。 But since today this command results in "git:clone" is not a heroku command.但是从今天起,这个命令导致"git:clone" is not a heroku command.

Did they change something?他们改变了什么吗?

I also updated to the latest heroku-toolbelt version, but still same issue.我也更新到最新的 heroku-toolbelt 版本,但仍然是同样的问题。

Strangely the heroku-git plugin was suddenly missing.奇怪的是,heroku-git 插件突然不见了。

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

now its working again.现在它再次工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM