fatal: unable to access 'https://github.com/discourse/discourse.git/': Failed to connect to github.com port 443: Connection timed out
解决方案:
方法1.依次执行以下命令就可以正常使用
git config --global --unset http.proxy
git config --global --unset https.proxy
方法2.打开终端在终端中执行以下命令就可以了。
git config--global--addremote.origin.proxy""
方法3.若第一种方法输入命令不管用,可以尝试先输入下边命令,然后在执行第一种方法的命令。
git config--globalhttp.sslBackend"openssl"
git config--global--addremote.origin.proxy""
版权申明
本文系作者 @CXCBLOG(剑弗) 原创发布在CXCBLOG站点。未经许可,禁止转载。
暂无评论数据