git clone速度太慢的解决办法

git clone速度太慢的解决办法

1
https://www.jianshu.com/p/d437a5674625

例如我要从如下仓库克隆非常慢
git clone https://github.com/novnc/noVNC.git

解决办法:

1. 申请一个国内的git,比如码云,coding等,比如我使用的是码云
2. 在码云上新建一个仓库,注意选择导入已有仓库,就是git项目的地址

https://gitee.com/ancky2006/CentOS.git

null
null
null
null
null

换成下面地址就超级快了

git clone https://gitee.com/ancky2006/noVNC.git

null

Leave a Reply

Your email address will not be published. Required fields are marked *