0

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 (ಠ﹏ಥ)

Moo Kate
  • 37
  • 3
  • You might try this tip -> https://stackoverflow.com/questions/37949635/how-can-i-restore-my-vagrant-vm-all-file-have-been-deleted – Mikhail R May 21 '18 at 19:57

1 Answers1

0

According to the vagrant documentation: if the environment is not showing up. run

$vagrant destroy

then

$vagrant up
Margach Chris
  • 1,404
  • 12
  • 20