probably in my stupidity I used vagrant global-status --prune
command and delete all my "connections" (does it call entries?) between Vagrant and my VirtualBox.
How can I fix this? Pls halp guys, I can't work without this (ಠ﹏ಥ)
probably in my stupidity I used vagrant global-status --prune
command and delete all my "connections" (does it call entries?) between Vagrant and my VirtualBox.
How can I fix this? Pls halp guys, I can't work without this (ಠ﹏ಥ)
According to the vagrant documentation: if the environment is not showing up. run
$vagrant destroy
then
$vagrant up