我在终端上输入了heroku plugins:install heroku-first-blog
。
Installing plugin heroku-first-blog... !
▸ Plugin not found
! error installing plugin heroku-first-blog
最佳答案
要使用heroku plugins,您需要指定插件git存储库URL。例如,如果您想安装heroku accounts插件,您可能会说:
heroku plugins:install https://github.com/ddollar/heroku-accounts.git
当我自己在本地运行此命令时,将发生以下情况:
$ heroku plugins:install https://github.com/ddollar/heroku-accounts.git
Installing https://github.com/ddollar/heroku-accounts.git... done
关于heroku - 如何将插件添加到heroku存储库?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/39178280/