摘要: 设置代理 http代理 git config --global http.proxy http://127.0.0.1:1080 git config --global https.proxy https://127.0.0.1:1080 socks5代理 git config --global h 阅读全文
posted @ 2021-10-19 11:12 王冰冰 阅读(138) 评论(0) 推荐(0) 编辑