I'm getting this message on Windows 7 (32bit, HAV enabled). Here's that section of my Homestead.yaml:
folders: - map: ~/Code to: c:/rob/Vagrant/Code
C:\rob\Vagrant\Code exists. I'm running this in Vagrant 1.6.3; VirtualBox 4.3.12.
Does anyone know why I'm getting this error? I've tried a few things from Google, but no joy yet.
Thanks!
Rob
Try this:
folders: -map ~/Code to C:\\rob\\Vagrant\\Code
Hi torosegon
Thanks, but still the same error :)
you have your paths flipped. you should be mapping a path on your local machine (C:\rob\Vagrant\Code) to the unix style path (/home/vagrant/Code)
hth
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community