Git error solution: OpenSSL SSL_read: Connection was reset & Git upload code

Go online scientifically!
then type

git config --global http.sslVerify "false"

Then the git clone URL is ok.

Then when uploading,
you need to close the proxy and cancel the scientific Internet access.

git add .
git commit -m "s"
git push -u origin main

Guess you like

Origin blog.csdn.net/Carol_learning/article/details/122193062