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