【国内访问github不稳定】可以尝试fastgithub解决这个问题

1、下载

https://github.com/dotnetcore/FastGithub
https://github.com/dotnetcore/FastGithub/releases

官网下载即可,比如,我用的是这个:fastgithub_osx-x64.zip(点这里下载

2、安装

如下图双击启动即可

3、证书安装与代理配置
(1)证书安装

参考 https://github.com/dotnetcore/FastGithub/blob/master/MacOSXConfig.md 来安装

安装后效果

(2)代理配置

系统偏好设置 > ⽹络 > ⾼级 > 代理

(3)重新打开fastgithub

重新双击fastgithub,可以看到已监听

bash 复制代码
Last login: Mon Dec 26 14:04:26 on ttys001
The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
~ $ /Users/xxxxxx/Downloads/fastgithub_osx-x64/fastgithub ; exit;
2022-12-26T14:04:41.6232810+08:00 [WRN]
FastGithub.HttpServer.CaCertInstallerOfMacOS
请⼿动安装CA证书然后设置信任CA证书cacert/fastgithub.cer
2022-12-26T14:04:42.0175530+08:00 [INF]
FastGithub.HttpServer
已监听http://localhost:38457,http代理服务启动完成
2022-12-26T14:04:42.1569170+08:00 [INF]
FastGithub.AppHostedService
FastGithub启动完成,当前版本为v2.1.2,访问 https://github.com/dotnetcore/fast
github 关注新版本

值得一提的是:关于【http代理配置】我这边配置后,打开fastgithub后,再打开Google浏览器访问github或https://chaosblade-io.gitbook.io/chaosblade-help-zh-cn/blade 还是打不开。后来发现是浏览器也需要配置代理,如下配置即可(补充:后面关闭浏览器代理貌似也可以正常访问)

4、这下就可以愉快的玩耍了

当然打开github的网页速度可能会慢一点点,但是稳定肯定是没得说,之前打不开的页面也可以打开了或者之前打开经常提示who is there?你可能再也看不到了

使⽤效果

fastgithub控制台,输出如下:浏览器访问git相关网站,未见异常

bash 复制代码
2024-01-13T17:56:38.9787530+08:00 [INF]
FastGithub.HttpServer.RequestLoggingMiddleware
GET https://github.com/users/coollabsio/tab_counts responded 200 in 364.295 ms

2024-01-13T17:56:39.1770590+08:00 [INF]
FastGithub.HttpServer.RequestLoggingMiddleware
GET https://avatars.githubusercontent.com/u/18599486 responded 200 in 700.7394 ms

2024-01-13T17:56:39.6296280+08:00 [INF]
FastGithub.HttpServer.RequestLoggingMiddleware
POST https://api.github.com/_private/browser/stats responded 200 in 406.1871 ms

2024-01-13T17:56:39.7026110+08:00 [INF]
FastGithub.HttpServer.RequestLoggingMiddleware
POST https://collector.github.com/github/collect responded 204 in 490.7836 ms

2024-01-13T17:56:43.7700110+08:00 [INF]
FastGithub.HttpServer.RequestLoggingMiddleware
POST https://api.github.com/_private/browser/stats responded 200 in 440.0603 ms
相关推荐
草梅友仁3 小时前
草梅 Auth 与 AI 开发心得 | 2025 年第 27 周草梅周报
github·ai编程·视觉设计
qianmoQ6 小时前
GitHub 趋势日报 (2025年07月02日)
github
A5资源网10 小时前
cloudflare配合github搭建免费开源影视LibreTV一个独享视频网站 详细教程
github
mortimer11 小时前
从零到一:构建一个 Chatterbox-TTS API 服务
开源·github·ai编程
真智AI11 小时前
利用 Claude Opus 4 自动化 GitHub 工作流:从安装到实战详解
运维·自动化·github
寻月隐君15 小时前
Rust 网络编程实战:用 Tokio 手写一个迷你 TCP 反向代理 (minginx)
后端·rust·github
喜欢吃豆16 小时前
快速手搓一个MCP服务指南(九): FastMCP 服务器组合技术:构建模块化AI应用的终极方案
服务器·人工智能·python·深度学习·大模型·github·fastmcp
油泼辣子多加1 天前
2025年06月30日Github流行趋势
github
ai小鬼头1 天前
AIStarter如何快速部署Stable Diffusion?**新手也能轻松上手的AI绘图
前端·后端·github
寻月隐君1 天前
Rust 异步编程实践:从 Tokio 基础到阻塞任务处理模式
后端·rust·github