Skip to content

Instantly share code, notes, and snippets.

@dakoctba
Last active August 29, 2015 13:58
Show Gist options
  • Save dakoctba/10186275 to your computer and use it in GitHub Desktop.
Save dakoctba/10186275 to your computer and use it in GitHub Desktop.

##Erros comuns no Vagrant

###O que fazer quando Vagrant dá algum erro de plugin

  • (dos) vagrant plugin list
  • (dos) vagrant plugin update
  • (dos) vagrant plugin list -- só para certificar

###O que fazer quando Vagrant não monta a pasta compartilhada

  • (linux) sudo ln -s /opt/VBoxGuestAdditions-4.3.10/lib/VBoxGuestAdditions /usr/lib/VBoxGuestAdditions
  • (dos) vagrant reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment