git 设置代理:(因为网络有时太慢,需要用到 ss 代理..)
git config --global http.proxy http://127.0.0.1:1080
取消 代理
git config --global --unset http.proxy
posted on 2018-10-12 14:32 正义的伙伴! 阅读(147) 评论(0) 编辑 收藏 举报