加快GitHub的git clone和release的下载速度!
话不多说,直接上办法!
git clone的提速办法
将git链接中的 github.com
改为 hub.fastgit.org
即可享受飞一般的速度。例如:
git clone https://github.com/llvm-mirror/clang.git
改为
git clone https://hub.fastgit.org/llvm-mirror/clang.git
release的提速办法
浏览器打开 https://d.serctl.com/?dl_start,复制release文件的链接提交,稍等片刻即可获得高速下载链接。
