Created
August 7, 2023 03:50
-
-
Save TheTharz/bfc8d3b9ccaea0298831e4c9217f642c to your computer and use it in GitHub Desktop.
cli github proxy
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
| 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