Skip to content

Instantly share code, notes, and snippets.

View yanxin152133's full-sized avatar
🎯
专注

cyx yanxin152133

🎯
专注
  • zhengzhou China
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