M1安装homestead环境报错,该怎么处理?
1. 相关系统软件版本
mini系统版本:macOS Ventura 13.2.1
parallels desktop版本:18.1.1
Vagrant 版本:2.3.2
2. 现在虚拟机镜像已经导入进去:
sudo vagrant box add metadata.json 执行成果
3. 运行虚拟机
sudo vagrant up
4. 错误信息如下
5. 执行启动虚拟机命令后错误文本内容如下
Bringing machine ‘homestead’ up with ‘parallels’ provider…
==> homestead: Checking if box ‘laravel/homestead’ version ‘12.2.0’ is up to date…
==> homestead: Clearing any previously set forwarded ports…
==> homestead: Preparing network interfaces based on configuration…
homestead: Adapter 0: shared
homestead: Adapter 1: hostonly
==> homestead: Clearing any previously set network interfaces…
==> homestead: Forwarding ports…
homestead: 80 => 8000
homestead: 443 => 44300
==> homestead: Running ‘pre-boot’ VM customizations…
==> homestead: Booting VM…
There was an error while command execution. The command and stderr is shown below.
Command: [“/usr/local/bin/prlctl”, “start”, “d6ca70b3-5ed7-4b97-bdcd-248eaa5740f4”]
推荐文章: