提交代码到github报错:
fatal: unable to access 'https://xxx@github.com/xxx.git/': OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
执行:
git config --global --unset http.proxy
git config --global http.sslVerify false
git config --global --unset https.proxy
之后,关闭项目,再重新打开,再提交就可以了,期间也有切换内网再切回wifi,不知哪一步起作用了。