我无法使用带有 virtualbox 的 vagrant homestead 安装 Laravel

I can't install Laravel using vagrant homestead with virtualbox

我已经正确安装了 Vagrant、VirtualBox 和 Homestead,并正确地进行了所有配置,当我尝试 运行 composer 命令使用 SSH 在我的虚拟机上安装 Laravel 时,我收到了这个错误:

[ErrorException]
mkdir(): Protocol error

这里是错误的截图:

我不知道是什么原因造成的

我猜你使用的是 VirtualBox 版本 5.0.4。这似乎是 VirtualBox 的错误:https://www.virtualbox.org/ticket/14563

已在 https://www.virtualbox.org/download/testcase/VirtualBox-5.0.5-102721-OSX.dmg

中修复

所以,升级或降级你的 VirtualBox 版本。