解决国内gitclone慢的问题
本文利用国内的克隆网站进行克隆加速
问题
当我们在git bash里clone资源的时候往往很慢,只有十几K。
解决办法
第一步:打开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
效果
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Na's Blog!