From 5719440add46687b1ff7c0781329960cf100e2d6 Mon Sep 17 00:00:00 2001 From: xljiulang <366193849@qq.com> Date: Sat, 17 Jul 2021 20:22:57 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FastGithub/使用说明.MD | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/FastGithub/使用说明.MD b/FastGithub/使用说明.MD index a4c3ce1..68244b2 100644 --- a/FastGithub/使用说明.MD +++ b/FastGithub/使用说明.MD @@ -14,4 +14,11 @@ github定制版的dns服务,解析github最优的ip ### 以windows服务运行 运行cmd,键入如下命令,其中D:\Softs为软件实际目录 * D:\Softs\FastGithub.exe start // 安装并启动服务 -* D:\Softs\FastGithub.exe stop // 卸载并删除服务 \ No newline at end of file +* D:\Softs\FastGithub.exe stop // 卸载并删除服务 + +### git ssl验证不通过 +使用https反向代理之后,git请求时会遇到SSL certificate problem: unable to get local issuer certificate +需要关闭git的证书验证: +``` +git config --global http.sslverify false +``` \ No newline at end of file