Skip to content

Instantly share code, notes, and snippets.

@PramithaMJ
Last active September 22, 2025 13:30
Show Gist options
  • Select an option

  • Save PramithaMJ/29870e77aab140712a2a9cf2cd704280 to your computer and use it in GitHub Desktop.

Select an option

Save PramithaMJ/29870e77aab140712a2a9cf2cd704280 to your computer and use it in GitHub Desktop.
git proxi
//Set
git config --global http.proxy http://10.50.225.222:3128
git config --global https.proxy https://10.50.225.222:3128
//Unset
git config --global --unset http.proxy
git config --global --unset https.proxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment