当我使用 vvv WordPress 创建虚拟机时,出现如下问题。
Bringing machine 'default' up with 'virtualbox' provider...
==> default: [vagrant-goodhosts] Checking for host entries
==> default: [vagrant-goodhosts] - found entry for: 192.168.50.4 vvv.test
==> default: [vagrant-goodhosts] - found entry for: 192.168.50.4 one.wordpress.test
==> default: [vagrant-goodhosts] - found entry for: 192.168.50.4 two.wordpress.test
==> default: Importing base box 'ubuntu/focal64'...
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["import", "\\\\?\\C:\\Users\\Dinusha\\.vagrant.d\\boxes\\ubuntu-VAGRANTSLASH-focal64\\20210720.0.1\\virtualbox\\box.ovf", "--vsys", "0", "--vmname", "ubuntu-focal-20.04-cloudimg-20210720_1627245424308_87412", "--vsys", "0", "--unit", "13", "--disk", "C:/Users/Dinusha/VirtualBox VMs/ubuntu-focal-20.04-cloudimg-20210720_1627245424308_87412/ubuntu-focal-20.04-cloudimg.vmdk", "--vsys", "0", "--unit", "14", "--disk", "C:/Users/Dinusha/VirtualBox VMs/ubuntu-focal-20.04-cloudimg-20210720_1627245424308_87412/ubuntu-focal-20.04-cloudimg-configdrive.vmdk"]
Stderr: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Interpreting \\?\C:\Users\Dinusha\.vagrant.d\boxes\ubuntu-VAGRANTSLASH-focal64\20210720.0.1\virtualbox\box.ovf...
OK.
0%...
Progress state: VBOX_E_INVALID_OBJECT_STATE
VBoxManage.exe: error: Appliance import failed
VBoxManage.exe: error: Storage for the medium 'C:\Users\Dinusha\VirtualBox VMs\ubuntu-focal-20.04-cloudimg-20210720_1627245424308_87412\ubuntu-focal-20.04-cloudimg.vmdk' is not created
VBoxManage.exe: error: Details: code VBOX_E_INVALID_OBJECT_STATE (0x80bb0007), component ApplianceWrap, interface IAppliance
VBoxManage.exe: error: Context: "enum RTEXITCODE __cdecl handleImportAppliance(struct HandlerArg *)" at line 1119 of file VBoxManageAppliance.cpp
如何解决。请帮我。