Skip to content

Instantly share code, notes, and snippets.

@mkdym
Created March 26, 2018 09:42
Show Gist options
  • Save mkdym/08dd745dd4520eb8982fedd27050fef8 to your computer and use it in GitHub Desktop.
Save mkdym/08dd745dd4520eb8982fedd27050fef8 to your computer and use it in GitHub Desktop.
#!/bin/sh
git config http.proxy http://127.0.0.1:8899
http_proxy=127.0.0.1:8899 go get $@
git config --unset http.proxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment