转载自知乎:https://zhuanlan.zhihu.com/p/264981586
问题描述:
解决:
step1: Git 有自己的代理,重置一下 Git 的代理。
git config --global https.proxy ""
git config --global http.proxy ""
step2: 重置系统的代理:
export http_proxy=""
export https_proxy=""
export all_proxy=""
转载自知乎:https://zhuanlan.zhihu.com/p/264981586
问题描述:
解决:
step1: Git 有自己的代理,重置一下 Git 的代理。
git config --global https.proxy ""
git config --global http.proxy ""
step2: 重置系统的代理:
export http_proxy=""
export https_proxy=""
export all_proxy=""