赞
踩
今天用从github上下载代码的时候,发现下载速度缓慢,我的git命令为:
- ➜ pythonFiles git clone https://github.com/PaddlePaddle/PaddleRec.git
- Cloning into 'PaddleRec'...
- remote: Enumerating objects: 124, done.
- remote: Counting objects: 100% (124/124), done.
- remote: Compressing objects: 100% (100/100), done.
- fatal: the remote end hung up unexpectedly MiB | 8.00 KiB/s
- fatal: early EOF
- fatal: index-pack failed
可以用chrome的一个插件,我试了一下,速度很快。
- ➜ pythonFiles git clone https://github.com.cnpmjs.org/PaddlePaddle/PaddleRec.git
- Cloning into 'PaddleRec'...
- remote: Enumerating objects: 124, done.
- remote: Counting objects: 100% (124/124), done.
- remote: Compressing objects: 100% (100/100), done.
- Receiving objects: 100% (17352/17352), 76.17 MiB | 2.78 MiB/s, done.
- remote: Total 17352 (delta 56), reused 46 (delta 22), pack-reused 17228
- Resolving deltas: 100% (9898/9898), done.
速度变快了
[1]. 解决github下载速度慢的问题(2020.08.07). https://zhuanlan.zhihu.com/p/172504883
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。