我是 vagrant 新手,我正在尝试按照我在网上找到的教程来设置开源 Web 应用程序。我已经成功安装了 vagrant。我的问题是,当我尝试运行命令时
vagrant gem 安装“任何东西”
我得到了错误
Usage: vagrant [-v] [-h] command [<args>]
-v, --version Print the version and exit.
-h, --help Print this help.
Available subcommands:
box
destroy
halt
init
package
plugin
provision
reload
resume
ssh
ssh-config
status
suspend
up
For help on any individual command run `vagrant COMMAND -h`
到底他妈发生了什么?
答案1
我也遇到过这个问题。只需使用:
vagrant plugin install any-plugin