Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Vagrant 1.9.6 hangs on command "vagrant ssh"

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

like image 653
Nishan Weerasinghe Avatar asked Jul 03 '17 11:07

Nishan Weerasinghe


1 Answers

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

like image 123
ultrasamad Avatar answered Nov 15 '22 10:11

ultrasamad