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
改完之后在复制进去覆盖掉原来的即可
网友评论