【发布时间】:2015-01-15 14:48:33
【问题描述】:
自从宅基地2.0以来,宅基地laravel一直没有工作
我不知道为什么“homestead init”会在 mydirectory/.homestead 中创建一个 Homestead.yaml 文件 而不是在项目目录中。 Homestead up OR Vagrant up 创建以下消息
名称为“homestead”的 VirtualBox 机器已经存在。
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'laravel/homestead'...
==> default: Matching MAC address for NAT networking...
==> default: Checking if box 'laravel/homestead' is up to date...
A VirtualBox machine with the name 'homestead' already exists.
Please use another name or delete the machine with the existing
name, and try again.
【问题讨论】:
-
当您直接从文件系统中删除而不通知 Vagrant 和/或 VirtualBox 时,可能会发生这种情况。试试
VBoxManage list vms看看是否有需要删除的幽灵/孤儿/僵尸条目。 -
对于宅基地的具体答案 - 请参阅answer from @TheSteed
标签: vagrant virtual-machine virtualbox