OpenSSL SSL_read: Connection was reset, errno 10054

在git clone vuex 项目时报错

这是服务器的SSL证书没有经过第三方机构的签署,所以报错。

解决办法:

git config --global http.sslVerify "false"

 

posted @ 2020-05-30 22:41  小白蔡  阅读(47515)  评论(0编辑  收藏  举报