简体   繁体   中英

I can't install Laravel using vagrant homestead with virtualbox

I have installed Vagrant, VirtualBox and Homestead correctly, made all configurations correctly, when I try to run composer command to install Laravel on my VM using SSH I got this error :

[ErrorException]
mkdir(): Protocol error

And here is a screenshot of the error : 问题的屏幕截图

I don't what is causing thatgr

I guess you are using VirtualBox version 5.0.4. Seems like this a bug of VirtualBox : https://www.virtualbox.org/ticket/14563

Fixed in https://www.virtualbox.org/download/testcase/VirtualBox-5.0.5-102721-OSX.dmg

So, upgrade or downgrade your VirtualBox version.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM