github clone代码失败SSL_ERROR_SYSCALL in connection to github.com:443问题描述出现原因解决方法补充
问题描述在使用git拉取github代码时候,clone失败并出现以下错误fatal: unable to access 'https://github.com/xxx/xxx.git/': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 出现原因之前设置了https的代理解决方法取消https和http代理git config --global --unset http.proxygit co