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

方案:使用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

相关文章:

  • 2021-07-26
  • 2021-09-11
  • 2021-08-23
  • 2022-12-23
  • 2021-06-01
  • 2021-12-04
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-04
  • 2021-09-25
相关资源
相似解决方案