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.
Vagrant 1.9.6 hangs on command "vagrant ssh"
Asked Answered
does it work when you use normal windows command prompt ? –
Replace
It's working when I ran it on command prompt. Is there any issue with git bash? If so how can it solve? –
Strychninism
dunno but its referenced here github.com/mitchellh/vagrant/issues/8739 –
Replace
Thanks a lot for the assistance! –
Strychninism
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
It works for me. Probably you should check where you placed the file and also consider restarting your PC afterwards –
Point
© 2022 - 2024 — McMap. All rights reserved.