摘要: git config --global http.proxy http://127.0.0.1:1080 git config --global https.proxy https://127.0.0.1:1080 // 取消代理: git config --global --unset http. 阅读全文
posted @ 2022-08-19 18:31 进阶的哈姆雷特 阅读(7) 评论(0) 推荐(0) 编辑