摘要: Git 代理设置 问题:git clone 太慢,甚至有时 git push 都不行 解决方案: 1 全局代理设置 git config --global http.proxy http://127.0.0.1:7890 git config --global https.proxy https:/ 阅读全文
posted @ 2021-10-05 01:24 SethDeng 阅读(238) 评论(0) 推荐(0) 编辑