摘要: 设置代理: 全局代理 git config --global http.proxy 127.0.0.1:1087 局部代理,在github clone 仓库内执行 git config --local http.proxy 127.0.0.1:1087 (127.0.0.1:1087 这个地址是我翻 阅读全文
posted @ 2020-08-24 16:11 Nihaorz 阅读(2132) 评论(0) 推荐(0) 编辑