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