直接使用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
觉得有很就点个赞吧