解决方法:
查看git配置文件有无代理
git config --global http.proxy
git config --global https.proxy
若有返回值,则重置代理
git config --global --unset http.proxy
git config --global --unset https.proxy
作者:小小新_Not_Found
链接:https://www.imooc.com/article/315437
来源:慕课网
这篇博客介绍了如何检查并重置Git的HTTP和HTTPS代理设置。通过运行`git config --global http.proxy`和`git config --global https.proxy`来查看代理配置,如果存在返回值,可以使用`git config --global --unset http.proxy`和`git config --global --unset https.proxy`来取消代理设置,从而解决Git代理相关的问题。
解决方法:
查看git配置文件有无代理
git config --global http.proxy
git config --global https.proxy
若有返回值,则重置代理
git config --global --unset http.proxy
git config --global --unset https.proxy
作者:小小新_Not_Found
链接:https://www.imooc.com/article/315437
来源:慕课网
1148
1468
1897
5713

被折叠的 条评论
为什么被折叠?