Skip to content

Instantly share code, notes, and snippets.

@gasserk
Last active October 5, 2015 01:50
Show Gist options
  • Save gasserk/a38a638063350d39013b to your computer and use it in GitHub Desktop.
Save gasserk/a38a638063350d39013b to your computer and use it in GitHub Desktop.
Purging credentials with vagrant-proxyconf
#Note: keep vagrant-proxyconf plugin installed, just set vars to empty string
#Note: leave HTTP_PROXY and HTTPS_PROXY environment variables set as these are needed to satisfy 'vagrant box update' run as
# subcommand of 'vagrant up'
HTTP_PROXY_USER="" HTTP_PROXY_PWRD="" HTTP_PROXY_HOST="" HTTP_PROXY_PORT="" vagrant up/ssh/halt/status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment