github Access Error: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
1. question
The following error occurs when uploading GitHub using vs Code:
2. solution
Open git Bash and enter the command git config -- global http.sslverify "false"
, and then try to commit or clone again in vs code.