Auycro

Vagrant showing nothing when using MinGW

20 Nov 2017

Last week I upgrade from Windows7 to Windows10, then re-installing vagrant. I found a problem, which there is no terminal result (blank result) when login to vm by vagrant ssh.

Fortunately, there is the same issue in this Link. To solving, just type in this command:

$ export VAGRANT_PREFER_SYSTEM_BIN=1

Then, login again to check it by yourself :)