补充说明
This commit is contained in:
parent
61b6fbe2a7
commit
5719440add
@ -15,3 +15,10 @@ github定制版的dns服务,解析github最优的ip
|
||||
运行cmd,键入如下命令,其中D:\Softs为软件实际目录
|
||||
* D:\Softs\FastGithub.exe start // 安装并启动服务
|
||||
* 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
|
||||
```
|
||||
Loading…
Reference in New Issue
Block a user