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/refs/heads/main?ds=sidebyside;hp=2c73ed781e61b91e0aef104746e074d19b88e00c 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')