自从homestead 2.0以来,homestead laravel一直没有运行
我不知道为什么'homestead init‘会在mydirectory/.homestead中创建一个Homestead.yaml文件,而不是在项目目录中。Homestead up或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.发布于 2021-11-12 00:57:34
VBoxManage:错误:无法将目录'/Users/xxxx/VirtualBox VMs/ubuntu-20.04-amd64_xxxxxxx‘重命名为'/Users/xxxx/VirtualBox VMs/homestead’以保存设置文件(VERR_ALREADY_EXISTS)
Removing /Users/xxxx/VirtualBox VM/homestead在mac中手动为我排序
https://stackoverflow.com/questions/26993903
复制相似问题