“Git报错解决errno 10054”

  1. 1. Git报错解决 : Connection was reset, errno 10054

Git报错解决 : Connection was reset, errno 10054

“造成这个错误很有可能是网络不稳定,连接超时导致的”

以执行下面的命令。

打开Git命令页面,执行git命令脚本:修改设置,解除ssl验证

git config –global http.sslVerify false”