Laravel 5 Homestead w/ Vagrant 和 Virtual Box 白页

Laravel 5 Homestead w/ Vagrant and Virtual Box white page

各位程序员大家好,

所以我目前被分配安装和配置 Laravel 5 homestead 和 Vagrant 目前我遇到了各种问题.. 现在我在我的 gitbash 中遇到了以下错误。在此错误之前,我再次 运行 init.sh 因为有人告诉我他用这种方式修复了他的宅基地.. 那么我该如何解决这个错误呢?

哦,我正在研究 Windows 7.

Welcome to Git (version 1.9.5-preview20150319)


Run 'git help git' to display the help index.
Run 'git help <command>' to display help for specific commands.


Stefano@STEFANO-PC ~/Homestead/Homestead (master)
$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Checking if box 'laravel/homestead' is up to date...
==> default: Setting the name of the VM: homestead
The name of your virtual machine couldn't be set because VirtualBox
is reporting another VM with that name already exists. Most of the
time, this is because of an error with VirtualBox not cleaning up
properly. To fix this, verify that no VMs with that name do exist
(by opening the VirtualBox GUI). If they don't, then look at the
folder in the error message from VirtualBox below and remove it
if there isn't any information you need in there.

VirtualBox error:

VBoxManage.exe: error: Could not rename the directory 'C:\Users\Stefano\VirtualB
ox VMs\settler_default_1430450956915_11366_1431938089885_29938' to 'C:\Users\Ste
fano\VirtualBox VMs\homestead' to save the settings file (VERR_ALREADY_EXISTS)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component SessionMachi
ne, interface IMachine, callee IUnknown
VBoxManage.exe: error: Context: "SaveSettings()" at line 2788 of file VBoxManage
ModifyVM.cpp


Stefano@STEFANO-PC ~/Homestead/Homestead (master)
$

您已经按照错误消息中的说明这样做了吗?

To fix this, verify that no VMs with that name do exist (by opening the VirtualBox GUI). If they don't, then look at the folder in the error message from VirtualBox below and remove it if there isn't any information you need in there.

我对响应感到困惑,因为我正在从虚拟框管理器中删除机器。我去了 c/users/%user%/Vbox 目录并删除了所有框并能够重新加载 vbox。我怀疑所有数据都丢失了,但这是一个全新的安装,但很好奇如何在这种情况下备份和恢复数据。 (即如果我在那里有我需要的数据。)