加速repo sync的技巧
生活随笔
收集整理的這篇文章主要介紹了
加速repo sync的技巧
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
.repo/manifests/中新建一個test.xml
里面寫入
<?xml version="1.0" encoding="utf-8"?> <manifest><remote fetch="git://busybox.net" name="busybox"/><remote fetch="https://gitee.com/syncmirror" name="linux"/><default remote="linux" revision="master"/><project name="linux.git" path="linux" remote="linux" revision="50403184d40d04b3daf140417e031c16c2985eaf"/></manifest>.repo/manifest.xml中寫入
<?xml version="1.0" encoding="UTF-8"?> <!-- DO NOT EDIT THIS FILE! It is generated by repo and changes will be discarded. If you want to use a different manifest, use `repo init -m <file>` instead.If you want to customize your checkout by overriding manifest settings, use the local_manifests/ directory instead.For more information on repo manifests, check out: https://gerrit.googlesource.com/git-repo/+/HEAD/docs/manifest-format.md --> <manifest><!-- <include name="default_stable.xml" /> --><include name="test.xml" /> </manifest>cd ..
輸入repo sync會得到:
下面的效果
repo sync的速度會達到6MB/s
?
把里面的國外的github改成國內gitee
可以實現加速。
總結
以上是生活随笔為你收集整理的加速repo sync的技巧的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 剑网三萌新适合玩什么职业
- 下一篇: 美联储为什么加息