From 7a5612719322b2a47edce54f8605bacd6e0f60a8 Mon Sep 17 00:00:00 2001 From: David Lecompte Date: Tue, 16 Jun 2026 16:09:00 +0100 Subject: [PATCH] Add command to set git proxy to windows system proxy --- bin/gitwin-setproxy.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 bin/gitwin-setproxy.sh diff --git a/bin/gitwin-setproxy.sh b/bin/gitwin-setproxy.sh new file mode 100644 index 0000000..ed6cf02 --- /dev/null +++ b/bin/gitwin-setproxy.sh @@ -0,0 +1 @@ +git config --global http.proxy $(regtool get '/HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Internet Settings/ProxyServer') -- 2.47.3