手记

Failed to connect to 127.0.0.1 port 443: Connection refused

解决方法:

    查看git配置文件有无代理

        git config --global http.proxy

        git config --global https.proxy

    若有返回值,则重置代理

        git config --global --unset http.proxy

        git config --global --unset https.proxy

     

0人推荐
随时随地看视频
慕课网APP