admin管理员组

文章数量:1618723

有时git clone时出现git clone-错误提示error: RPC failed; curl 56 Recv failure: Connection was reset类错误,可以使用以下命令解除错误:

git config --global http.sslVerify "false"

原因:这里其实是电脑没有安装对应的ca证书,所以无法通过https连接到git服务器。

解决:通过设置git的ssl验证跳过了这个错误:

本文标签: 错误提示RPCfailedErrorGit