什么版本的 Vagrant 和 VirtualBox 在 MacOS 上兼容
What versions of Vagrant and VirtualBox are compatible on MacOS
谁能提供 mac mojave 10.14.2 上的 vagrant/virtual box 兼容的版本。我正在尝试从头开始学习这些技术。
我目前有 vagrant 1.7.1 和 virtualbox 6.0.0r127566
> vagrant --version
> Vagrant 1.7.1
全新安装程序后运行此命令returns出现以下错误
> vagrant status
> No usable default provider could be found for your system.
Vagrant relies on interactions with 3rd party systems, known as
"providers", to provide Vagrant with resources to run development
environments. Examples are VirtualBox, VMware, Hyper-V.
The easiest solution to this message is to install VirtualBox,
which is available for free on all major platforms.
If you believe you already have a provider available, make sure it
is properly installed and configured. You can see more details
about why a particular provider isn't working by forcing usage with
`vagrant up --provider=PROVIDER`, which should give you a more
specific error message for that particular provider.
我之前在终端中收到的一条消息建议降级到 VirtualBox 的版本 4,但查看该网站,现在不支持错误消息中提到的版本。
谢谢!
尝试将 vagrant 升级到最新版本 (2.2.2),可从 https://www.vagrantup.com/downloads.html 获得。 vagrant 2.2.2 和 virtualbox 6.0 的组合在我的机器上运行 运行 mojave 10.14.2
尽管升级通常应该是解决方案,但如果(像我一样)您的 运行 宁用较旧的 computer/OS 那么降级将是使其工作的唯一方法。
就我而言,VirtualBox v5.1.38 和 Vagrant v1.9.6 在旧 Macbook 上为我工作 运行ning OSX 10.11.16 (El Capitan)
注意:我确实尝试了 Vagrant 2.x 和 VirtualBox 6.1/6.0.18 的多种配置,一切都安装正常,但所有 vagrant
CLI 命令在 运行 时都没有输出,包括未显示任何错误。
运行 vagrant up --provider=virtualbox
会告诉你当前 Vagrant 安装支持哪些版本的 VirtualBox
Vagrant 上一版本下载 - https://releases.hashicorp.com/vagrant/
VirtualBox 旧版本下载 - https://www.virtualbox.org/wiki/Download_Old_Builds_6_0
谁能提供 mac mojave 10.14.2 上的 vagrant/virtual box 兼容的版本。我正在尝试从头开始学习这些技术。
我目前有 vagrant 1.7.1 和 virtualbox 6.0.0r127566
> vagrant --version
> Vagrant 1.7.1
全新安装程序后运行此命令returns出现以下错误
> vagrant status
> No usable default provider could be found for your system.
Vagrant relies on interactions with 3rd party systems, known as
"providers", to provide Vagrant with resources to run development
environments. Examples are VirtualBox, VMware, Hyper-V.
The easiest solution to this message is to install VirtualBox,
which is available for free on all major platforms.
If you believe you already have a provider available, make sure it
is properly installed and configured. You can see more details
about why a particular provider isn't working by forcing usage with
`vagrant up --provider=PROVIDER`, which should give you a more
specific error message for that particular provider.
我之前在终端中收到的一条消息建议降级到 VirtualBox 的版本 4,但查看该网站,现在不支持错误消息中提到的版本。
谢谢!
尝试将 vagrant 升级到最新版本 (2.2.2),可从 https://www.vagrantup.com/downloads.html 获得。 vagrant 2.2.2 和 virtualbox 6.0 的组合在我的机器上运行 运行 mojave 10.14.2
尽管升级通常应该是解决方案,但如果(像我一样)您的 运行 宁用较旧的 computer/OS 那么降级将是使其工作的唯一方法。
就我而言,VirtualBox v5.1.38 和 Vagrant v1.9.6 在旧 Macbook 上为我工作 运行ning OSX 10.11.16 (El Capitan)
注意:我确实尝试了 Vagrant 2.x 和 VirtualBox 6.1/6.0.18 的多种配置,一切都安装正常,但所有 vagrant
CLI 命令在 运行 时都没有输出,包括未显示任何错误。
运行 vagrant up --provider=virtualbox
会告诉你当前 Vagrant 安装支持哪些版本的 VirtualBox
Vagrant 上一版本下载 - https://releases.hashicorp.com/vagrant/
VirtualBox 旧版本下载 - https://www.virtualbox.org/wiki/Download_Old_Builds_6_0