Git设置Socks5代理 2017-09-07 版本控制 Git 字数统计: 26(字) 阅读时长: 1(分)12git config --global http.proxy 'socks5://127.0.0.1:1080'git config --global https.proxy 'socks5://127.0.0.1:1080'