我试图安装Laravel Homestead流浪盒。我跟着official documentation,当我运行vagrant up
时,我收到此错误:
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'laravel/homestead'...
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["import", "/Users/carlo/.vagrant.d/boxes/laravel-VAGRANTSLASH-homestead/0.2.7/virtualbox/box.ovf", "--vsys", "0", "--vmname", "settler_default_1434987271004_24349_1442413617944_69497", "--vsys", "0", "--unit", "7", "--disk", "/Users/carlo/VirtualBox VMs/settler_default_1434987271004_24349_1442413617944_69497/box-disk1.vmdk"]
Stderr: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Interpreting /Users/carlo/.vagrant.d/boxes/laravel-VAGRANTSLASH-homestead/0.2.7/virtualbox/box.ovf...
OK.
0%...
Progress state: VBOX_E_FILE_ERROR
VBoxManage: error: Appliance import failed
VBoxManage: error: Could not create the imported medium '/Users/carlo/VirtualBox VMs/settler_default_1434987271004_24349_1442413617944_69497/box-disk1.vmdk' (VERR_VD_VMDK_INVALID_FORMAT)
VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component ApplianceWrap, interface IAppliance
VBoxManage: error: Context: "RTEXITCODE handleImportAppliance(HandlerArg*)" at line 876 of file VBoxManageAppliance.cpp
我尝试使用另一个简单的ubuntu框并且它正在工作