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
改完之后在復制進去覆蓋掉原來的即可