Skip to content

Instantly share code, notes, and snippets.

View RourkeDawson's full-sized avatar

Rourke Dawson RourkeDawson

View GitHub Profile
@RourkeDawson
RourkeDawson / 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/