GitHub 加速大全 欢迎各位老铁补充说明~

2020-08-19 09:58:06 +08:00
 justin2018

一些收集 希望能帮助到大家 下面的大部分方法都使用过 有一定的作用


D1:

GitHub 加速链接生成工具

https://github.zhlh6.cn/


基于 Cloudflare Workers

https://github.com/hunshcn/gh-proxy

https://gh.api.99988866.xyz/


D2:

加速镜像相关

https://fastgit.org/

https://github.com.cnpmjs.org

D3:

本项目无需安装任何程序,通过修改本地 hosts 文件

https://github.com/521xueweihan/GitHub520

D4:

GitHub 缓存加速网站,为开发者服务

https://gitclone.com/

D5:

Chrome 插件

https://chrome.google.com/webstore/detail/github%E5%8A%A0%E9%80%9F/mfnkflidjnladnkldfonnaicljppahpg

油猴插件

https://greasyfork.org/zh-CN/scripts/401027-fastgithub

D6:

通过 gitee 加速


补充:

https://juejin.im/post/6862127015110934536

3326 次点击
所在节点    分享发现
8 条回复
ryan571
2020-08-19 11:16:02 +08:00
补充一个 hosts 修改工具 https://www.dogfight360.com/blog/475/
虽然软件本身主要是针对游戏玩家的,但是也有收录 GitHub
MajestySolor
2020-08-19 14:16:09 +08:00
出境流量走代理一了百了,2020 了还在折腾这些真的有点浪费生命
lostberryzz
2020-08-19 14:37:46 +08:00
git config --global http.https://github.com.proxy socks5://127.0.0.1:port
git config --global http.https://gitlab.com.proxy socks5://127.0.0.1:port
git config --global http.https://bitbucket.org.proxy socks5://127.0.0.1:port

# ~/.ssh/config
Host github.com
User git
ProxyCommand nc -x 127.0.0.1:port %h %p

Host gitlab.com
User git
ProxyCommand nc -x 127.0.0.1:port %h %p

Host bitbucket.org
User git
ProxyCommand nc -x 127.0.0.1:port %h %p
missdeer
2020-08-19 14:56:01 +08:00
@MajestySolor 2 楼+1
masker
2020-08-19 18:58:15 +08:00
就死不肯用代理。 生怕别人看完你的隐私了?
anson2017
2020-08-20 09:28:39 +08:00
chrome 插件好评~
legege007
2020-08-30 01:13:52 +08:00
大佬们,gitlab.com 访问很慢,有速度比较快的 hotst 地址可以用嘛
yujiang
2020-11-02 19:14:14 +08:00
今天偶然发现迅雷下 github 还挺快的

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/699514

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX