github加速
如需转载请标明出处:http://blog.csdn.net/itas109
QQ技术交流群:129518033
文章目录
文章目录
前言
github克隆代码是不可避免的,但是由于github网络不稳定,经常导致下载异常。
1.github加速clone
1.1 gitee
https://gitee.com 可以同步github的工程,同步到gitee之后,再clone速度比较快
1.2 修改host
修改host文件
2.github加速release文件下载
还是由于网络原因,github release文件有时不能下载。
2.1 github镜像
我们可以使用github的镜像进行release文件的下载
http://github-mirror.bugkiller.org/
例如,我们要下载cmake
https://github.com/Kitware/CMake/releases/download/v3.17.0/cmake-3.17.0-Linux-x86_64.sh
将地址替换为镜像地址:
http://github-mirror.bugkiller.org/Kitware/CMake/releases/download/v3.17.0/cmake-3.17.0-Linux-x86_64.sh
2.2 offcloud
https://www.offcloud.com
License
License under CC BY-NC-ND 4.0: 署名-非商业使用-禁止演绎
Reference:
https://doc.qt.io/archives/qt-5.13/qmake-language.html