报错:fatal: unable to access 'https://github.com/xxx/': OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443

 

 

输入命令:
$ git pull origin main

报错:fatal: unable to access 'https://github.com/xxx/': OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443


解决方案:输入
git config --global --unset http.proxy

 

 

 
posted @ 2021-04-23 16:22  小确幸123  阅读(1546)  评论(0)    收藏  举报