处理github无法push报错

报错信息

12:06 PM Push failed
unable to access 'https://github.com/lyingcode/lemon.git/': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
Show details in console

 

解决方案

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

posted @ 2022-04-05 12:09  不是光头的码农  阅读(215)  评论(0)    收藏  举报