摘要: 1. 查看git的配置 git config --global --list| grep -i proxy 如果有内容输出,那么unset配置项,如: git config --global --unset http.proxy 2. 查看环境变量 env | grep -i proxy 如果有内容 阅读全文
posted @ 2019-10-23 23:37 Jello 阅读(2833) 评论(0) 推荐(0)