办法
使用国内镜像,目前已知Github国内镜像网站有github.com.cnpmjs.org和git.sdut.me/。速度根据各地情况而定,在clone某个项目的时候将github.com替换为github.com.cnpmjs.org即可。
例如
//这是我们要原本clone
git clone https://github.com/Hackergeek/architecture-samples
//使用镜像之后
git clone https://github.com.cnpmjs.org/Hackergeek/architecture-samples
//或者
//使用镜像之后
git clone https://git.sdut.me/Hackergeek/architecture-samples
本文介绍如何通过使用国内镜像站点如github.com.cnpmjs.org和git.sdut.me来提高从GitHub克隆项目的速度。只需将原始URL中的github.com替换为这些镜像地址即可实现快速克隆。
2647

被折叠的 条评论
为什么被折叠?



