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 日 via Android git config --global --unset
|
2
lostberryzz 2019 年 11 月 30 日 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 日 sstap
|