diff --git a/GoGetProxyConfig.md b/GoGetProxyConfig.md index 846e687b..417f4f13 100644 --- a/GoGetProxyConfig.md +++ b/GoGetProxyConfig.md @@ -1,5 +1,10 @@ Setting proxies for source code used by ` go get ` (listed in GoGetTools) +## Windows command line +``` +$ set http_proxy=http://proxy.example.com:port +``` + ## git ``` $ git config [--global] http.proxy http://proxy.example.com:port