Created
May 20, 2024 08:50
-
-
Save zerosrat/f91c9e1a1765359cdb59b0de47323693 to your computer and use it in GitHub Desktop.
git 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
# for clash | |
git config --global http.proxy http://127.0.0.1:7890 | |
# reset | |
git config --global --unset http.proxy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment