vagrant up 无法与 laravel/homestead 配合使用

vagrant up 无法与 laravel/homestead 配合使用

尝试使用提供程序虚拟盒启动 laravel homestead,但出现错误

Progress: 40%There was an error while executing `VBoxManage`, a CLI used by Vagr
ant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["import", "\\\\?\\C:\\HashiCorp\\boxes\\laravel-VAGRANTSLASH-homestead
\\7.0.0\\virtualbox\\box.ovf", "--vsys", "0", "--vmname", "ubuntu-18.04-amd64_15
48008280989_91293", "--vsys", "0", "--unit", "11", "--disk", "C:\\Users\\\u2567\
u044E\u044B\u2116\u0447\u044E\u0442\u0440\u0404\u0445\u044B\u2116\\VirtualBox VM
s\\ubuntu-18.04-amd64/ubuntu-18.04-amd64-disk001.vmdk"]

Stderr: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Interpreting \\?\C:\HashiCorp\boxes\laravel-VAGRANTSLASH-homestead\7.0.0\virtual
box\box.ovf...
OK.
0%...10%...20%...30%...40%...
Progress state: E_INVALIDARG
VBoxManage.exe: error: Appliance import failed
VBoxManage.exe: error: Code E_INVALIDARG (0x80070057) - One or more arguments ar
e invalid (extended info not available)
VBoxManage.exe: error: Context: "enum RTEXITCODE __cdecl handleImportAppliance(s
truct HandlerArg *)" at line 957 of file VBoxManageAppliance.cpp

答案1

问题是我没有注意到,我已经在 virtualbox 中有一个 VM,名为“homestead-7”,但据我所知,这个 VM 是使用另一个项目 vagrant 文件创建的,所以这次我无法使用 vagrant up 启动它。我刚刚删除了那个 VM,并使用 vagrant up 创建了新的 VM。

相关内容