From: David Lecompte Date: Tue, 16 Jun 2026 15:09:00 +0000 (+0100) Subject: Add command to set git proxy to windows system proxy X-Git-Url: https://nuage.metani.fr/gitweb/3GPP.git/commitdiff_plain/7a5612719322b2a47edce54f8605bacd6e0f60a8?ds=inline Add command to set git proxy to windows system proxy --- 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')