文章 2022-05-30 来自:开发者社区

九十七、fatal: unable to access ‘https://github.com/flasky.git/‘: OpenSSL SSL_read: Conne 解决

报错:fatal: unable to access 'https://github.com/miguelgrinberg/flasky.git/': OpenSSL SSL_read: Connection was reset, errno 10054解决一般是 因为 服务器的SSL证书没有经过第三方机构的签署 或者是 代理的原因,第一条取消SSL验证,其余两条取消http 和https 代理....

九十七、fatal: unable to access ‘https://github.com/flasky.git/‘: OpenSSL SSL_read: Conne 解决
文章 2022-04-28 来自:开发者社区

完美解决 fatal: unable to access ‘https://github.com/.../.git‘: Could not resolve host: github.com

只需要在命令行中执行git config --global --unset http.proxy git config --global --unset https.proxy 解决方案:cmd下命令执行 ipconfig/flushdns 清理dns缓存

本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。

产品推荐

开发与运维

集结各类场景实战经验,助你开发运维畅行无忧

+关注