Git - git clone 速度太慢解决方法

本来想下载一个FQ软件,实在是忍受不了每秒十几K的龟速,查阅各种资料,终于找到了失传已久的秘籍
先附图,实测有效,这速度简直要上天了啊啊啊啊啊(只支持HTTPS方式,SSH无效)

方案:使用github的镜像网站进行访问,github.com.cnpmjs.org,将github.com替换为github.com.cnpmjs.org

举个栗子:
仅需要将
git clone https://github.com/bannedbook/fanqiang.git
修改为
git clone https://github.com.cnpmjs.org/bannedbook/fanqiang.git

posted @ 2020-11-16 16:34  柏成  阅读(1573)  评论(0编辑  收藏  举报