2018年1月15日

为 git设置代理

摘要: 一、针对 http ```bash git config --global http.proxy 'socks5://127.0.0.1:1080' git config --global https.proxy 'socks5://127.0.0.1:1080' git config --glob 阅读全文

posted @ 2018-01-15 02:16 Lemo_wd 阅读(346) 评论(0) 推荐(0)

导航