摘要: 一般是这是因为服务器的SSL证书没有经过第三方机构的签署,所以才报错。控制台输入: git config --global http.sslVerify "false" 重新执行git操作 阅读全文
posted @ 2023-01-18 19:02 龙卷风吹毁停车场 阅读(279) 评论(0) 推荐(0)
摘要: 控制台输入git命令: git config --global --unset http.proxy git config --global --unset https.proxy 以管理员打开cmd窗口输入 ipconfig/flushdns 然后从新执行git操作 阅读全文
posted @ 2023-01-18 19:01 龙卷风吹毁停车场 阅读(532) 评论(0) 推荐(0)
摘要: 1.如果您为 VPN 配置了代理,则需要登录到您的 VPN 才能使用代理。 2.要在 VPN 之外使用它,请使用 unset 命令: git config --global --unset http.proxy git config --global --unset https.proxy 参考:  阅读全文
posted @ 2023-01-18 10:02 龙卷风吹毁停车场 阅读(581) 评论(0) 推荐(0)