Last active
December 20, 2015 12:19
-
-
Save pablomp/6130669 to your computer and use it in GitHub Desktop.
Instalación plugin vagrant-vbguest, detrás de un Proxy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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