Skip to content

Instantly share code, notes, and snippets.

@zerosrat
Created May 20, 2024 08:50
Show Gist options
  • Save zerosrat/f91c9e1a1765359cdb59b0de47323693 to your computer and use it in GitHub Desktop.
Save zerosrat/f91c9e1a1765359cdb59b0de47323693 to your computer and use it in GitHub Desktop.
git proxy
# 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