Skip to content

Instantly share code, notes, and snippets.

View rdundon's full-sized avatar

Robert Dundon rdundon

View GitHub Profile
@rdundon
rdundon / git-setup.sh
Last active April 4, 2025 17:49 — forked from patik/git-setup.sh
Git and Node with Zscaler proxy
#!/bin/sh
# Git proxy settings
echo "Configuring Git for compatibility with ZScaler..."
git config --global http.proxy http://gateway.zscaler.net:80/
git config --system http.proxy http://gateway.zscaler.net:80/