github git clone很慢有效解决办法2019-12

2019-12-04  本文已影响0人  copys

直接使用git clone下载很慢、很慢、很慢。

例如:

git clone -b release/v4.0 --recursive https://github.com/espressif/esp-idf.git

速度只有8kb/s

把https  >>  http 速度马上上来了

git clone -b release/v4.0 --recursive http://github.com/espressif/esp-idf.git

速度到了180kb/s

觉得有很就点个赞吧

上一篇 下一篇

猜你喜欢

热点阅读