1 | git config --global http.proxy socks5://127.0.0.1:7890 |
1 | git config --global --unset http.proxy |
吐槽下git的升级连续用了3个裸IP
https那个没用
似乎可能Win下cmd里用就是会解析成IP丢到代理里(
1 | git config --global http.proxy socks5://127.0.0.1:7890 |
1 | git config --global --unset http.proxy |
吐槽下git的升级连续用了3个裸IP
https那个没用
似乎可能Win下cmd里用就是会解析成IP丢到代理里(