小编max*_*meB的帖子

带有 vagrant 和 virtualbox 的 laravel - 安装了版本 10,但在“vagrant up”时安装了 11

在重新安装 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)

virtualbox version vagrant laravel

2
推荐指数
1
解决办法
1164
查看次数

标签 统计

laravel ×1

vagrant ×1

version ×1

virtualbox ×1