git 报错 fatal: unable to access 'http://git.c521....../': Send failure: Connection was reset

一般是这是因为服务器的SSL证书没有经过第三方机构的签署,所以才报错。
控制台输入:

git config --global http.sslVerify "false"

重新执行git操作

posted @ 2023-01-18 19:02  龙卷风吹毁停车场  阅读(276)  评论(0)    收藏  举报