通过Git下载代码时,出现错误OpenSSL SSL_read: Connection was reset, errno 10054
命令行输入以下命令运行:
git config --global http.sslVerify "false"
重新运行Git命令就行
通过Git下载代码时,出现错误OpenSSL SSL_read: Connection was reset, errno 10054
命令行输入以下命令运行:
git config --global http.sslVerify "false"
重新运行Git命令就行