在重新安装 vagrant(2.2.14)、virtualbox(6.1.16) 并使用 laravel 网站上的命令安装 tue box 后(bash init.sh 和 ssh-keygen 可以),我有这个:
$ vagrant box list
laravel/homestead (virtualbox, 10.1.1)
Run Code Online (Sandbox Code Playgroud)
当我尝试启动这个虚拟机(“~/Homestead”目录中的“vagrant up”)时,我得到了:
Bringing machine 'homestead' up with 'virtualbox' provider...
==> homestead: Box 'laravel/homestead' could not be found. Attempting to find and install...
homestead: Box Provider: virtualbox
homestead: Box Version: >= 11.0
==> homestead: Loading metadata for box 'laravel/homestead'
homestead: URL: https://vagrantcloud.com/laravel/homestead
The box you're attempting to add has no available version that
matches the constraints you requested. Please double-check your
settings. …Run Code Online (Sandbox Code Playgroud)