Skip to content

Using Vagrant on Windows

Sergey Kupletsky edited this page Aug 17, 2016 · 5 revisions

It could be error incompatible character encodings: CP850 and Windows-1251/1252

In PHPstorm you may switch to cmd by command:
cmd

Solved this bug, just set VAGRANT_HOME variable in CMD:
set VAGRANT_HOME=C:\HashiCorp\Vagrant

This patch C:\HashiCorp\Vagrant by default install vagrant.

Clone this wiki locally