记事本git 设置代理和取消代理 如果代理类型是socks5进行如下设置即可 git config --global http.proxy socks5://127.0.0.1:1080 git config --global https.proxy socks5://127.0.0.1:1080 如果... xiaohe 9年前 (2017-11-08) 8205℃ 0评论 0喜欢