I installed Vagrant on Windows 10 so I can create a personal local development environment in a virtual machine. Everything I\'ve read about Vagrant said I c
You can downgrade VirtualBox or edit the line in the file:
On my setup this was Line 206 of:
C:\HashiCorp\Vagrant\embedded\gems\gems\vagrant-1.9.2\lib\vagrant\util\platform.rb
on my host machine.
I did this and it worked fine on Windows 10! I would like to add what I did with line 206:
Before edit: "\\?\" + path.gsub("/", "\")
After edit: path.gsub("/", "\")