git报错:LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 解决方法

git config --global --unset http.proxy

然后再git push <你的git地址> main
接着会跳出来输入用户名和密码, 密码记得填写你的token,git现在不支持密码了 需要生成token

token生成步骤看这个
https://shliang.blog.csdn.net/article/details/119698015

你可能感兴趣的:(git,github,ssl)