fatal: unable to access ‘https://github.com/723-byte/echarts_test.git/’: OpenSSL SSL_read: Connection was reset, errno 10054
只需要在命令行中执行
git config --global http.sslverify "false"
git config --global --unset http.proxy
git config --global --unset https.proxy
ipconfig/flushdns
清理dns缓存
本文讲述了如何在遇到`gitclone`时因SSL连接被重置错误(errno10054)而采取的解决方案,包括禁用全局SSL验证、清除HTTP和HTTPS代理设置,以及刷新DNS缓存。

3万+

被折叠的 条评论
为什么被折叠?



