Skip to content

Instantly share code, notes, and snippets.

@UnluckyNinja
Last active January 30, 2024 10:49
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save UnluckyNinja/73a9c699fb807d57dad8b482fff57cb6 to your computer and use it in GitHub Desktop.
Save UnluckyNinja/73a9c699fb807d57dad8b482fff57cb6 to your computer and use it in GitHub Desktop.
让git使用clash的socks代理通道
[core]
gitproxy = socks5://127.0.0.1:7890
[http]
postBuffer = 524288000
postBuffer = 524288000
proxy = socks5://127.0.0.1:7890
[https]
postBuffer = 524288000
postBuffer = 524288000
proxy = socks5://127.0.0.1:7890
@yyywwa
Copy link

yyywwa commented Jan 18, 2023

蟹蟹

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment