git 设置代理.

git 设置代理:(因为网络有时太慢,需要用到 ss 代理..)

git config --global http.proxy http://127.0.0.1:1080 

取消 代理

git config --global --unset http.proxy

原文地址:https://www.cnblogs.com/whm-blog/p/9777994.html