解决git报错:OpenSSL SSL_read,unable to access
·
当通过bash进行下载时,经常会出现以下错误:
OpenSSL SSL_read: Connection was reset, errno 10054
unable to access ‘https://github.com/MorvanZhou/Reinforcement-learning-with-tensorflow/’: Could not resolve host: github.com

以上这些问题都是通过HTTPS访问Git远程仓库时,SSL证书不通过造成的。
我们可以直接bash命令:
git config --global http.sslVerify "false"
忽略证书错误,来解决这些问题。
老忘这行命令,干脆写下来给自己看!
更多推荐
所有评论(0)