Skip to content

Instantly share code, notes, and snippets.

View yyywwa's full-sized avatar

zulyar·abduwaly yyywwa

  • NONE
  • Beijing
View GitHub Profile
@UnluckyNinja
UnluckyNinja / .gitconfig
Last active January 30, 2024 10:49
让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