Git Clone速度慢,原因很简单,默认的源是国外的,只需要使用国内源,速度就起飞了(当然,也没有太快,至少可以忍受了)。使用方法很简单,在clone某个项目的时候将github.com替换为github.com.cnpmjs.org即可。

//这是我们要clone的
git clone https://github.com/Hackergeek/architecture-samples //第一个可用镜像
git clone https://github.com.cnpmjs.org/Hackergeek/architecture-samples //另一个可用镜像
git clone https://git.sdut.me/Hackergeek/architecture-samples

如果对你有帮助,请点个赞吧,求求了

最新文章

  1. Python -- 数据加载、存储与文件格式
  2. IOS 设置导航栏全局样式
  3. 针对ajax执行后swiper特效无法执行解决方案
  4. 线性回归的Spark实现 [Linear Regression / Machine Learning / Spark]
  5. linux 下C语言编程库文件处理与Makefile编写
  6. Java for selenium(webdriver) 环境搭建
  7. Python自学笔记-time模块(转)
  8. 一个php技术栈后端猿的知识储备大纲
  9. git指令总结
  10. java调用shell脚本,并获得结果集的例子
  11. js实用技巧
  12. Autofac之实例获取
  13. 第十四节、FAST角点检测(附源码)
  14. sql语句的存储过程中的条件处理
  15. Excel函数进阶
  16. Oracle_忘记密码
  17. TypeError: Only valid with DatetimeIndex, TimedeltaIndex or PeriodIndex, but got an instance of 'Index'
  18. docker 安装nginx、php-fpm
  19. Centos查公网IP地址
  20. js 数组循环和迭代

热门文章

  1. CUDA C++编程接口:编译
  2. 用Auto-TensorCore代码生成优化matmul
  3. 利用MONAI加速医学影像学的深度学习研究
  4. postman 获取Json 返回值的某个键值并进行断言判定
  5. ES6中的变量结构赋值
  6. Kubernetes 实战——配置应用(ConfigMap、Secret)
  7. pytest xfail的使用
  8. Redis 入门权威指北
  9. Linux集群环境下NTP服务器时间同步
  10. noConflict冲突处理机制