Skip to content

Instantly share code, notes, and snippets.

View SpencerDawson's full-sized avatar

Spencer Dawson SpencerDawson

View GitHub Profile
@SpencerDawson
SpencerDawson / git-setup.sh
Created December 8, 2021 18:47 — forked from rdundon/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/