Vagrant 1.9.6 hangs on command "vagrant ssh"
Asked Answered
S

1

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

Strychninism answered 3/7, 2017 at 11:44 Comment(4)
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/8739Replace
Thanks a lot for the assistance!Strychninism
P
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

Point answered 27/12, 2017 at 8:39 Comment(1)
It works for me. Probably you should check where you placed the file and also consider restarting your PC afterwardsPoint

© 2022 - 2024 — McMap. All rights reserved.