Skip to content

Commit bb5b713

Browse files
committed
proxy for git
1 parent 95469f9 commit bb5b713

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

git/.gitconfig

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[http]
55
postBuffer = 52428800
66
sslVerify = false
7+
proxy = socks5://127.0.0.1:7891
78
# [url "https://github.com.cnpmjs.org/"]
89
# insteadOf = https://github.com/
910
[credential]
@@ -13,3 +14,5 @@
1314
# git config --global --unset credential.helper
1415
# git credential-manager uninstall
1516
# git config --list
17+
[https]
18+
proxy = socks5://127.0.0.1:7891

0 commit comments

Comments
 (0)