【发布时间】:2019-02-15 20:10:45
【问题描述】:
我正在尝试通过此命令使用 Vagrant 添加一个框
vagrant box add bento/centos-7 --provider=VirtualBox
但它失败并出现以下错误
==> box: Loading metadata for box 'bento/centos-7'
box: URL: https://vagrantcloud.com/bento/centos-7
The box you're attempting to add doesn't support the provider
you requested. Please find an alternate box or use an alternate
provider. Double-check your requested provider to verify you didn't
simply misspell it.
If you're adding a box from HashiCorp's Vagrant Cloud, make sure the box is
released.
Name: bento/centos-7
Address: https://vagrantcloud.com/bento/centos-7
Requested provider: ["VirtualBox"]
我在 Windows 10 环境中使用来自 CygWin 的 Vagrant 2.2.3
建议?
【问题讨论】: