本文利用国内的克隆网站进行克隆加速

问题

当我们在git bash里clone资源的时候往往很慢,只有十几K。

image-20210328134011352

解决办法

  • 第一步:打开www.gitclone.com

  • 第二步:嵌入一段字符:

    比如:目标对象是:

    1
    git clone https://github.com/iissnan/hexo-theme-next themes/next

    嵌入字符:git clone https://gitclone.com/github.com/xxx 加速克隆

    1
    git clone https://gitclone.com/github.com/iissnan/hexo-theme-next themes/next

    效果

    image-20210328134205284