解决方法:
查看git配置文件有无代理
git config --global http.proxy
git config --global https.proxy
若有返回值,则重置代理
git config --global --unset http.proxy
git config --global --unset https.proxy
2021-03-04 13:16:17
浏览 4088
解决方法:
查看git配置文件有无代理
git config --global http.proxy
git config --global https.proxy
若有返回值,则重置代理
git config --global --unset http.proxy
git config --global --unset https.proxy
随时随地看视频慕课网APP
相关课程