SSL_ERROR_SYSCALL in connection to github.com:443

SSL_ERROR_SYSCALL in connection to github.com:443

这样

git config --global --unset http.proxy
git config --global --unset https.proxy

或者这样

env GIT_SSL_NO_VERIFY=true

如果还是不行的话

你还可以试试这样

修改host文件内容

host 地址

/etc/hosts

需要把hosts文件复制出来

然后新增一行内容

如果有的那就删除

没有的新增

199.232.28.133 raw.githubusercontent.com

改完之后在复制进去覆盖掉原来的即可

posted @ 2020-03-29 20:43  会装系统的程序员  阅读(9769)  评论(0编辑  收藏  举报