Created
March 26, 2018 09:42
-
-
Save mkdym/08dd745dd4520eb8982fedd27050fef8 to your computer and use it in GitHub Desktop.
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
#!/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