昨天其实对于这篇博客来说是几分钟前(草提到的 FastGit 虽然各方面都很好,但是仍然有一些缺点,例如在遇到私密 repo 的时候会直接裂开,就在我推这个博客的源码到 GitHub 的时候发现的(

不过还好,依旧可以继续尝试 https://pd.zwc365.com/

官网

https://pd.zwc365.com/

使用

让 zwc365 全局代理 git 对 GitHub 的请求。

通过修改配置文件

1
2
3
4
[http]
followRedirects = true
[url "https://pd.zwc365.com/seturl/https://github.com/"]
insteadOf = https://github.com/

或者使用命令行

1
2
git cnofig --global http.followRedirects true
git config --global url."https://pd.zwc365.com/seturl/https://github.com/".insteadOf "https://github.com/"

题外话

其实任何 http/https/ws 协议的域名 zwc365 都可以代理,牛逼(