Skip to content

Instantly share code, notes, and snippets.

@pablomp
Last active December 20, 2015 12:19
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