Skip to content

Instantly share code, notes, and snippets.

@pablomp
Last active December 20, 2015 12:19
Show Gist options
  • Save pablomp/6130669 to your computer and use it in GitHub Desktop.
Save pablomp/6130669 to your computer and use it in GitHub Desktop.
Instalación plugin vagrant-vbguest, detrás de un Proxy
En la línea de comandos:
set http_proxy=http://<proxy>:<puerto>
(gem install vagrant-vbguest)
vagrant plugin install vagrant-vbguest
vagrant plugin list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment