我正在尝试在 Windows 8 上运行时安装在我的笔记本电脑上。我已经下载并安装了 vagrant 和 Virtualbox,目前正在尝试使用
vagrant init tsawler/wafs; vagrant up --provider virtualbox
我得到这个错误,
C:\Users\patrick\Documents\website>vagrant init tsawler/wafs; vagrant up --provider virtualbox
An invalid option was specified. The help for this command is available below.
Usage: vagrant init [options] [name [url]]
Options:
-f, --force Overwrite existing Vagrantfile
-m, --minimal Create minimal Vagrantfile (no help comment
s)
--output FILE Output path for the box. '-' for stdout
-h, --help Print this help
我试图在 init 之后添加-f
or--force
选项,但仍然得到相同的结果。有没有缺少的设置?