git OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054

git clone 代码出现问题:

fatal: unable to access ‘https://github.com/wqxcloud/MediaCapture.git/’: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054

解决办法 git 下执行如下命令

git config http.sslVerify false
git config --global http.sslVerify false

在这里插入图片描述
参考
https://blog.csdn.net/qq_44209563/article/details/104294486
https://blog.csdn.net/weixin_49732545/article/details/116991697
关于Android Studio绑定github登陆不上的问题:Incorrect credentials. Request response

猜你喜欢

转载自blog.csdn.net/w690333243/article/details/120477897
今日推荐