处理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