0
点赞
收藏
分享

微信扫一扫

【Error】fatal: unable to access ‘https://github.com/PanJiaChen/vue-element-admin/‘: OpenSSL SSL_read:

苦茶如歌 2022-11-05 阅读 104


【Error】fatal: unable to access ‘https://github.com/PanJiaChen/vue-element-admin/’: OpenSSL SSL_read: Connection was reset, errno 10054

Clone项目时一直报错:

【Error】fatal: unable to access ‘https://github.com/PanJiaChen/vue-element-admin/‘: OpenSSL SSL_read:_学习


解决办法:

执行以下命令:

git config --global --unset http.proxy
git config --global --unset https.proxy

ipconfig/flushdns

【Error】fatal: unable to access ‘https://github.com/PanJiaChen/vue-element-admin/‘: OpenSSL SSL_read:_git_02

成功解决👏👏👏

【Error】fatal: unable to access ‘https://github.com/PanJiaChen/vue-element-admin/‘: OpenSSL SSL_read:_git_03


举报

相关推荐

0 条评论