Last active
September 22, 2025 13:30
-
-
Save PramithaMJ/29870e77aab140712a2a9cf2cd704280 to your computer and use it in GitHub Desktop.
git proxi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //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