git config --global http.https://github.com.proxy socks5://127.0.0.1:1086
git config --global https.https://github.com.proxy socks5://127.0.0.1:1086
1
EridanusSora 2019-11-30 21:11:40 +08:00 via Android 1
git config --global --unset
|
2
lostberryzz 2019-11-30 21:16:05 +08:00 1
git config --global --unset http.https://github.com.proxy socks5://127.0.0.1:1086
git config --global --unset https.https://github.com.proxy socks5://127.0.0.1:1086 |
3
hedongcun OP @EridanusSora 还是不行。
|
4
hedongcun OP @lostberryzz 2# 感谢,你的方法可行,解决了。
|
5
tennc 2019-11-30 21:17:48 +08:00 1
sstap
|