Github git clone提速方法,出乎你意料

一,GitHub 镜像:
https://github.com.cnpmjs.org/ https://hub.fastgit.org/
访问上面的镜像网站,网站的内容跟 GitHub 是完整同步的镜像,然后在这个网站里面进行下载克隆等操作。
举个栗子: git clone https://github.com/mikecao/umami.git 替换为 git clone https://github.com.cnpmjs.org/mikecao/umami.git

二,连手机热点

参考:全面加速 GitHub,git clone 太慢的 9 种解决办法 - 云+社区 - 腾讯云


版权声明:本文为q2682589934原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。