直接使用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
觉得有很就点个赞吧
直接使用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
觉得有很就点个赞吧
本文标题:github git clone很慢有效解决办法2019-12
本文链接:https://www.haomeiwen.com/subject/oprrgctx.html
网友评论