gitee真的能clone成功ADF吗?

hyuan75
Posts: 18
Joined: Wed Jun 14, 2023 9:03 am

gitee真的能clone成功ADF吗?

Postby hyuan75 » Sun May 05, 2024 2:30 pm

按照官方说明拉esp-adf: https://docs.espressif.com/projects/esp ... te-esp-adf

Windows¶
Download the full ESP-ADF repository from GitHub by running:

git clone --recursive https://github.com/espressif/esp-adf.git

For users located in China, it is faster to download from Gitee:
git clone --recursive https://gitee.com/EspressifSystems/esp-adf.git



执行git clone --recursive https://gitee.com/EspressifSystems/esp- ... 去github拉取啊,而且很多失败:

===============================================================================================================

Cloning into 'C:/Users/hyuan/esp/esp-adf/esp-idf/components/json/cJSON'...
fatal: unable to access 'https://github.com/DaveGamble/cJSON.git/': Failed to connect to github.com port 443: Timed out
fatal: clone of 'https://github.com/DaveGamble/cJSON.git' into submodule path 'C:/Users/hyuan/esp/esp-adf/esp-idf/components/json/cJSON' failed
Failed to clone 'components/json/cJSON'. Retry scheduled
Cloning into 'C:/Users/hyuan/esp/esp-adf/esp-idf/components/libsodium/libsodium'...
fatal: unable to access 'https://github.com/jedisct1/libsodium.git/': Failed to connect to github.com port 443: Timed out
fatal: clone of 'https://github.com/jedisct1/libsodium.git' into submodule path 'C:/Users/hyuan/esp/esp-adf/esp-idf/components/libsodium/libsodium' failed
Failed to clone 'components/libsodium/libsodium'. Retry scheduled
Cloning into 'C:/Users/hyuan/esp/esp-adf/esp-idf/components/lwip/lwip'...
fatal: unable to access 'https://github.com/espressif/esp-lwip.git/': Failed to connect to github.com port 443: Timed out
fatal: clone of 'https://github.com/espressif/esp-lwip.git' into submodule path 'C:/Users/hyuan/esp/esp-adf/esp-idf/components/lwip/lwip' failed
Failed to clone 'components/lwip/lwip'. Retry scheduled
Cloning into 'C:/Users/hyuan/esp/esp-adf/esp-idf/components/mbedtls/mbedtls'...
fatal: unable to access 'https://github.com/espressif/mbedtls.git/': Failed to connect to github.com port 443: Timed out
fatal: clone of 'https://github.com/espressif/mbedtls.git' into submodule path 'C:/Users/hyuan/esp/esp-adf/esp-idf/components/mbedtls/mbedtls' failed
Failed to clone 'components/mbedtls/mbedtls'. Retry scheduled
Cloning into 'C:/Users/hyuan/esp/esp-adf/esp-idf/components/mqtt/esp-mqtt'...
fatal: unable to access 'https://github.com/espressif/esp-mqtt.git/': Empty reply from server
fatal: clone of 'https://github.com/espressif/esp-mqtt.git' into submodule path 'C:/Users/hyuan/esp/esp-adf/esp-idf/components/mqtt/esp-mqtt' failed
Failed to clone 'components/mqtt/esp-mqtt'. Retry scheduled
Cloning into 'C:/Users/hyuan/esp/esp-adf/esp-idf/components/nghttp/nghttp2'...
fatal: unable to access 'https://github.com/nghttp2/nghttp2.git/': Failed to connect to github.com port 443: Timed out
fatal: clone of 'https://github.com/nghttp2/nghttp2.git' into submodule path 'C:/Users/hyuan/esp/esp-adf/esp-idf/components/nghttp/nghttp2' failed
Failed to clone 'components/nghttp/nghttp2'. Retry scheduled
Cloning into 'C:/Users/hyuan/esp/esp-adf/esp-idf/components/openthread/lib'...
fatal: unable to access 'https://github.com/espressif/esp-thread-lib.git/': Failed to connect to github.com port 443: Timed out
fatal: clone of 'https://github.com/espressif/esp-thread-lib.git' into submodule path 'C:/Users/hyuan/esp/esp-adf/esp-idf/components/openthread/lib' failed
Failed to clone 'components/openthread/lib'. Retry scheduled
Cloning into 'C:/Users/hyuan/esp/esp-adf/esp-idf/components/openthread/openthread'...
error: RPC failed; curl 28 OpenSSL SSL_read: Connection was reset, errno 10054
fatal: expected flush after ref listing
fatal: clone of 'https://github.com/espressif/openthread.git' into submodule path 'C:/Users/hyuan/esp/esp-adf/esp-idf/components/openthread/openthread' failed
Failed to clone 'components/openthread/openthread'. Retry scheduled
Cloning into 'C:/Users/hyuan/esp/esp-adf/esp-idf/components/protobuf-c/protobuf-c'...
fatal: unable to access 'https://github.com/protobuf-c/protobuf-c.git/': Failed to connect to github.com port 443: Timed out
fatal: clone of 'https://github.com/protobuf-c/protobuf-c.git' into submodule path 'C:/Users/hyuan/esp/esp-adf/esp-idf/components/protobuf-c/protobuf-c' failed
Failed to clone 'components/protobuf-c/protobuf-c'. Retry scheduled
Cloning into 'C:/Users/hyuan/esp/esp-adf/esp-idf/components/spiffs/spiffs'...
fatal: unable to access 'https://github.com/pellepl/spiffs.git/': Failed to connect to github.com port 443: Timed out
fatal: clone of 'https://github.com/pellepl/spiffs.git' into submodule path 'C:/Users/hyuan/esp/esp-adf/esp-idf/components/spiffs/spiffs' failed
Failed to clone 'components/spiffs/spiffs'. Retry scheduled
Cloning into 'C:/Users/hyuan/esp/esp-adf/esp-idf/components/tinyusb/tinyusb'...
fatal: unable to access 'https://github.com/espressif/tinyusb.git/': Failed to connect to github.com port 443: Timed out
fatal: clone of 'https://github.com/espressif/tinyusb.git' into submodule path 'C:/Users/hyuan/esp/esp-adf/esp-idf/components/tinyusb/tinyusb' failed
Failed to clone 'components/tinyusb/tinyusb'. Retry scheduled
Cloning into 'C:/Users/hyuan/esp/esp-adf/esp-idf/components/unity/unity'...
fatal: unable to access 'https://github.com/ThrowTheSwitch/Unity.git/': Failed to connect to github.com port 443: Timed out
fatal: clone of 'https://github.com/ThrowTheSwitch/Unity.git' into submodule path 'C:/Users/hyuan/esp/esp-adf/esp-idf/components/unity/unity' failed
Failed to clone 'components/unity/unity'. Retry scheduled
Cloning into 'C:/Users/hyuan/esp/esp-adf/esp-idf/examples/build_system/cmake/import_lib/main/lib/tinyxml2'...
fatal: unable to access 'https://github.com/leethomason/tinyxml2.git/': Failed to connect to github.com port 443: Timed out
fatal: clone of 'https://github.com/leethomason/tinyxml2.git' into submodule path 'C:/Users/hyuan/esp/esp-adf/esp-idf/examples/build_system/cmake/import_lib/main/lib/tinyxml2' failed
Failed to clone 'examples/build_system/cmake/import_lib/main/lib/tinyxml2'. Retry scheduled
Cloning into 'C:/Users/hyuan/esp/esp-adf/esp-idf/examples/peripherals/secure_element/atecc608_ecdsa/components/esp-cryptoauthlib'...
fatal: unable to access 'https://github.com/espressif/esp-cryptoauthlib.git/': Failed to connect to github.com port 443: Timed out
fatal: clone of 'https://github.com/espressif/esp-cryptoauthlib.git' into submodule path 'C:/Users/hyuan/esp/esp-adf/esp-idf/examples/peripherals/secure_element/atecc608_ecdsa/components/esp-cryptoauthlib' failed
Failed to clone 'examples/peripherals/secure_element/atecc608_ecdsa/components/esp-cryptoauthlib'. Retry scheduled
Cloning into 'C:/Users/hyuan/esp/esp-adf/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc'...
fatal: unable to access 'https://github.com/kmackay/micro-ecc.git/': Failed to connect to github.com port 443: Timed out
fatal: clone of 'https://github.com/kmackay/micro-ecc.git' into submodule path 'C:/Users/hyuan/esp/esp-adf/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc' failed
Failed to clone 'components/bootloader/subproject/components/micro-ecc/micro-ecc' a second time, aborting
Failed to recurse into submodule path 'esp-idf'

Who is online

Users browsing this forum: No registered users and 1 guest