Skip to content

Instantly share code, notes, and snippets.

@TheTharz
Created August 7, 2023 03:50
Show Gist options
  • Select an option

  • Save TheTharz/bfc8d3b9ccaea0298831e4c9217f642c to your computer and use it in GitHub Desktop.

Select an option

Save TheTharz/bfc8d3b9ccaea0298831e4c9217f642c to your computer and use it in GitHub Desktop.
cli github proxy
git config --global http.proxy http://10.50.225.222:3128
git config --global https.proxy https://10.50.225.222:3128
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