Homestead 执行 Vagrant up 提示错误
之前按照此教程安装过,很正常。今天又重装了,出现这个问题:
The provider ‘virtualbox’ that was requested to back the machine
‘homestead-7’ is reporting that it isn’t usable on this system. The
reason is shown below:
Vagrant has detected that you have a version of VirtualBox installed
that is not supported by this version of Vagrant. Please install one of
the supported versions listed below to use Vagrant:
4.0, 4.1, 4.2, 4.3, 5.0, 5.1, 5.2, 6.0
A Vagrant update may also be available that adds support for the version
you specified. Please check www.vagrantup.com/downloads.html to download
the latest version.
Virtualbox版本太高,应该换成不大于6.0的
我也遇到过,你重新下载提示的版本都可以使用
我的博客有解决办法 : 博客:记录一下 Windows 下搭建 Homestead 的两大坑