一.代理访问

自行购买相关代理并配置

二.使用DevSidecar辅助工具(推荐)

DevSidecar辅助工具是一个开源工具

开发者边车,命名取自service-mesh的service-sidecar,意为为开发者打辅助的边车工具 通过本地代理的方式将https请求代理到一些国内的加速通道上

具体看链接:

github: https://github.com/docmirror/dev-sidecar

gitee : https://gitee.com/docmirror/dev-sidecar

三.使用国内镜像网站

1.Release、Code(ZIP) 文件加速

1
2
3
4
5
https://gh.xiu2.xyz    美国(自建
https://gh.api.99988866.xyz    美国
https://github.rc1844.workers.dev    美国
https://download.fastgit.org    日本
https://ghproxy.com    韩国

2.Git Clone 加速:

1
2
3
4
5
6
7
8
9
https://github.com.cnpmjs.org/
https://hub.fastgit.org/
https://gitclone.com
https://github.com.cnpmjs.org    
https://github.wuyanzheshui.workers.dev/
https://github-dotcom.gateway.web.tr/
https://git.sdut.me/
https://api.git.sdut.me/
https://v2.kkpp.cc/

3.GitHub文件加速

1
2
3
http://gh.msx.workers.dev/

https://toolwa.com/github/

四.使用浏览器油猴插件(推荐)

1.安装油猴

安装攻略: https://www.cnplugins.com/zhuanti/266366.html

2.安装插件

插件市场链接: https://greasyfork.org/zh-CN/scripts
github提速插件链接: https://greasyfork.org/zh-CN/scripts/412245-github-%E5%A2%9E%E5%BC%BA-%E9%AB%98%E9%80%9F%E4%B8%8B%E8%BD%BD

五.自行修改dns(很不稳定,不推荐)

###1、配置dbs

配置本地连接的dns地址为:

1
2
223.6.6.6
8.8.8.8

###2.刷新DNS

1
2
3
4
5
6
7
8
windows:
ipconfig /flushdns

MAC:
https://zhidao.baidu.com/question/327224289.html

安卓或者苹果:
打开手机 > 设置 > wifi > 点击感叹号 或者 详情 就可以看到 DNS 位置了

###3.测试 更改完成后依然显示正在连接中,可以重启一下,基本上就会搞定