如何解决 Vagrant 中的宅基地版本

How to solve homestead version in Vagrant

对于新项目,我们使用 Laravel 8 和 Homestead。本项目使用 php8。我已经安装了 VirtualBox、Vagrant 和 Homestead。 输入“vagrant up”时,我不断收到错误消息。我一直试图让它工作超过 1 天,但它不起作用。希望你能帮助我。

提前致谢

问题是您在不稳定的 master 分支上。您需要切换到 release 分支以获得最新的稳定版 Homestead。

来自installation guide

After cloning the Laravel Homestead repository, you should checkout the release branch. This branch always contains the latest stable release of Homestead:

cd ~/Homestead

git checkout release