fastgit.org
https://doc.fastgit.org/
gitclone.com
https://gitclone.com/
gitee
https://gitee.com/mirrors
cnpmjs.org
https://github.com.cnpmjs.org/
克隆加速
#原地址git clone https://github.com/kubernetes/kubernetes.git#改为git clone https://github.com.cnpmjs.org/kubernetes/kubernetes.git#或者git clone https://hub.fastgit.org/kubernetes/kubernetes.git#或者git clone https://gitclone.com/github.com/kubernetes/kubernetes.git1234567891011
release下载加速
#原地址wget https://github.com/goharbor/harbor/releases/download/v2.0.2/harbor-offline-installer-v2.0.2.tgz#改为wget https://hub.fastgit.org/goharbor/harbor/releases/download/v2.0.2/harbor-offline-installer-v2.0.2.tgz12345
免替换方法
git config --global url."https://hub.fastgit.org".insteadOf https://github.com#测试git clone https://github.com/kubernetes/kubernetes.git1234
查看git配置信息
git config --global --list1
取消设置
git config --global --unset url.https://github.com/.insteadof1
raw文件下载加速
#原地址:wget https://raw.githubusercontent.com/kubernetes/kubernetes/master/README.md#替换为wget https://raw.staticdn.net/kubernetes/kubernetes/master/README.md12345
提供web界面的github资源加速网站:
GitHub 文件加速:https://gh.api.99988866.xyz/
Github仓库加速:https://github.zhlh6.cn/
Github仓库加速:http://toolwa.com/github/
也就是说上面的镜像就是一个克隆版的Github,你可以访问上面的镜像网站,网站的内容跟Github是完整同步的镜像,然后在这个网站里面进行下载克隆等操作。
只需要复制当前 GitHub 地址粘贴到输入框中就可以代理加速下载!
地址:http://toolwa.com/github
使用git clone,将原来的地址换成生成的加速地址。
谷歌浏览器Github加速插件.crx 下载
百度网盘:
链接:https://pan.baidu.com/s/15sS0nu3vLyKHtNrGbfftgA
提取码:be5z
安装成功之后加速链接如下图:
1、访问gitee网站:https://gitee.com/ 并登录,在顶部选择“从GitHub/GitLab导入仓库” 如下:
2、在导入页面中粘贴你的Github仓库地址,点击导入即可:
3、等待导入操作完成,然后在导入的仓库中下载浏览对应的该GitHub仓库代码,你也可以点击仓库顶部的“刷新”按钮进行Github代码仓库的同步。
为什么github下载速度这么慢?
GitHub 我们都知道是世界上最大的开源及私有软件项目的托管平台,全世界每天有海量优秀的开源软件在这里产生,而 GitHub 在国内很多时候获取到的下载链接是亚马逊的服务器。
中国因为不可言说的原因,经常抽疯或龟速。想要加快 GitHub 下载速度就需要用到 GitHub 国内加速服务,对于有条件的可以使用代理加快访问速度,而没有条件的就可以用到网上热心人士维护的加速服务了。
如何提高github的下载速度?
手动把cdn和ip地址绑定。
第一步:获取github的global.ssl.fastly地址
访问:http://github.global.ssl.fastly.net.ipaddress.com/#ipinfo 获取cdn和ip域名:
得到:199.232.69.194 https://github.global.ssl.fastly.net
第二步:获取github.com地址
访问:https://github.com.ipaddress.com/#ipinfo 获取cdn和ip:
得到:140.82.112.4 http://github.com
第三步:修改host文件映射上面查找到的IP
windows系统:
1、修改C:\Windows\System32\drivers\etc\hosts文件的权限,指定可写入:
右击->hosts->属性->安全->编辑->点击Users->在Users的权限“写入”后面打勾。如下:
2、右击->hosts->打开方式->选定记事本(或者你喜欢的编辑器)->在末尾处添加以下内容:
部分内容转自:https://blog.csdn.net/qq_33406883/article/details/109284871