From 0bb89e744451a4f827f7550a53a78bf52eb68399 Mon Sep 17 00:00:00 2001 From: Hakase Date: Tue, 3 Sep 2019 16:37:51 +0800 Subject: [PATCH] git proxy setting alone didn't work on windows platform. environment variable should be set when working on windows command line --- GoGetProxyConfig.md | 5 +++++ 1 file changed, 5 insertions(+) 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