办法

使用国内镜像,目前已知Github国内镜像网站有github.com.cnpmjs.orggit.sdut.me/。速度根据各地情况而定,在clone某个项目的时候将github.com替换为github.com.cnpmjs.org即可。

示例

  1. //这是我们要clone的
  2. git clone https://github.com/Hackergeek/architecture-samples
  3. //使用镜像
  4. git clone https://github.com.cnpmjs.org/Hackergeek/architecture-samples
  5. //或者
  6. //使用镜像
  7. git clone https://git.sdut.me/Hackergeek/architecture-samples