7

I have vagrant 1.9.6 and oracle virtual box 5.1.22 installed on my system. when I ran vagrant up and tried to switch into vagrant ssh on GIT bash it hangs there and nothing get it to work on me.

screenshot: enter image description here

1 Answers1

1

I solved mine by adding this line export VAGRANT_PREFER_SYSTEM_BIN=1 in my .bash_profile file. You can manually create this file on windows and place it on your home directory.

Take a look at this thread

ultrasamad
  • 368
  • 4
  • 16
  • It works for me. Probably you should check where you placed the file and also consider restarting your PC afterwards – ultrasamad Jan 14 '18 at 09:47