码迷,mamicode.com
首页 > 其他好文 > 详细

从github拉取加速方法

时间:2020-03-30 19:55:45      阅读:343      评论:0      收藏:0      [点我收藏+]

标签:ota   帮助   res   hub   tor   org   code   xxxxx   style   

最近脑子总是不够用,被毕设忙的头脑不清晰了,随性记下来吧,帮助自己也帮助道友。
想必有些道友也因为从github上拉取资源过慢而焦躁吧,这里给一个加速的方案。

git clone https://github.com/xxxxx

换成

git clone https://github.com.cnpmjs.org/xxxxx


例如:

# git clone https://github.com.cnpmjs.org/coreos/prometheus-operator
正克隆到 prometheus-operator...
remote: Enumerating objects: 5, done.
remote: Counting objects: 100% (5/5), done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 51353 (delta 0), reused 2 (delta 0), pack-reused 51348
接收对象中: 100% (51353/51353), 64.03 MiB | 1.06 MiB/s, done.
处理 delta 中: 100% (29821/29821), done.

 可以看到速度是飞快的

从github拉取加速方法

标签:ota   帮助   res   hub   tor   org   code   xxxxx   style   

原文地址:https://www.cnblogs.com/zisefeizhu/p/12600482.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!