FastGithub/FastGithub
2021-07-18 13:45:26 +08:00
..
.config 集成dnscrypt-proxy 2021-07-16 17:58:45 +08:00
Properties 日志调整 2021-07-13 23:38:14 +08:00
app.ico 增加是否设置本机使用此dns的功能 2021-06-21 03:05:08 +08:00
app.manifest 增加是否设置本机使用此dns的功能 2021-06-21 03:05:08 +08:00
appsettings.github.json 拆分配置文件 2021-07-18 13:03:15 +08:00
appsettings.json 拆分配置文件 2021-07-18 13:03:15 +08:00
appsettings.stackoverflow.json 拆分配置文件 2021-07-18 13:03:15 +08:00
FastGithub.csproj 随机ca证书 2021-07-18 13:45:26 +08:00
Program.cs 随机ca证书 2021-07-18 13:45:26 +08:00
publish.cmd 集成dnscrypt-proxy 2021-07-16 17:58:45 +08:00
README.html 拆分配置文件 2021-07-18 13:03:15 +08:00
README.MD 拆分配置文件 2021-07-18 13:03:15 +08:00
WindowServiceExtensions.cs 移除TopShelf 2021-06-19 20:17:43 +08:00

FastGithub

github加速神器

本机使用[推荐]

  • 运行FastGithub程序自动本机的网络适配器的dns会为127.0.0.1和安装FastGithub.cer
  • 如果网络适配器的dns没有变成127.0.0.1请手工修改网络适配器的dns
  • 如果浏览器提示无效的证书请手工安装FastGithub.cer到将所有的证书都放入下载存储\受信任的根证书颁发机构

局域网服务器使用

  • 在局域网服务器运行FastGithub程序
  • 手工修改你电脑的网络适配器的dns值为局域网服务器的ip
  • 在你的电脑安装FastGithub.cer到将所有的证书都放入下载存储\受信任的根证书颁发机构

以windows服务运行

  • FastGithub.exe start // 安装并启动服务
  • FastGithub.exe stop // 卸载并删除服务

git ssl验证不通过

使用FastGithub之后git请求时会遇到SSL certificate problem: unable to get local issuer certificate 需要关闭git的证书验证

git config --global http.sslverify false