Windows 8 で実行中にラップトップにインストールしようとしています。 vagrant と Virtualbox をダウンロードしてインストールし、現在 vagrant box を使用してダウンロードしようとしています。
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
-f
orオプションを init の後に追加しようとしまし--force
たが、それでも同じ結果が得られます。欠けている設定はありますか?