Last active
March 9, 2025 08:37
-
-
Save UnluckyNinja/73a9c699fb807d57dad8b482fff57cb6 to your computer and use it in GitHub Desktop.
让git使用clash的socks代理通道
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
蟹蟹