Skip to content

Instantly share code, notes, and snippets.

View yanxin152133's full-sized avatar
🎯
专注

cyx yanxin152133

🎯
专注
  • zhengzhou China
  • 07:40 (UTC +08:00)
View GitHub Profile
@UnluckyNinja
UnluckyNinja / .gitconfig
Last active March 9, 2025 08:37
让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