解决方法:

    查看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/article/315437
来源:慕课网

更多推荐

Failed to connect to 127.0.0.1 port 443: Connection refused