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.
Asked
Active
Viewed 1,940 times
7
-
2does it work when you use normal windows command prompt ? – Frederic Henri Jul 03 '17 at 11:58
-
It's working when I ran it on command prompt. Is there any issue with git bash? If so how can it solve? – Nishan Weerasinghe Jul 03 '17 at 12:19
-
dunno but its referenced here https://github.com/mitchellh/vagrant/issues/8739 – Frederic Henri Jul 03 '17 at 12:22
-
Thanks a lot for the assistance! – Nishan Weerasinghe Jul 03 '17 at 12:34
1 Answers
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