-
Notifications
You must be signed in to change notification settings - Fork 243
Open
Description
git submodule update --init !7500
error: Server does not allow request for unadvertised object e6bd3556039538ac504c005f0c31dbdd0e906658
Fetched in submodule path 'libs/aliyun/iotkit-embedded', but it did not contain e6bd3556039538ac504c005f0c31dbdd0e906658. Direct fetching of that commit failed.
1. SDK version(SDK 版本)
{
git log -n1
commit 2d493e4
Author: Neucrack [email protected]
Date: Thu Nov 8 16:52:28 2018 +0800
optimize mqtt demo
}
2. In what kind of operation problems appear, and how to reproduce the problem ?(什么样的操作步骤问题会出现,是否是稳定复现,如何复现问题?)
{
git clone https://github.com/Ai-Thinker-Open/GPRS_C_SDK.git --recursive
git submodule update --init
also fails with the same error as above
}
full text from clone:
git clone https://github.com/Ai-Thinker-Open/GPRS_C_SDK.git --recursive !7497
Cloning into 'GPRS_C_SDK'...
remote: Enumerating objects: 21, done.
remote: Counting objects: 100% (21/21), done.
remote: Compressing objects: 100% (11/11), done.
remote: Total 4030 (delta 7), reused 17 (delta 6), pack-reused 4009
Receiving objects: 100% (4030/4030), 30.09 MiB | 243.00 KiB/s, done.
Resolving deltas: 100% (1917/1917), done.
Submodule 'libs/aliyun/iotkit-embedded' (https://github.com/aliyun/iotkit-embedded.git) registered for path 'libs/aliyun/iotkit-embedded'
Submodule 'libs/gps/minmea/src' (https://github.com/kosma/minmea.git) registered for path 'libs/gps/minmea/src'
Submodule 'libs/lvgl/src' (https://github.com/littlevgl/lvgl.git) registered for path 'libs/lvgl/src'
Submodule 'platform/csdk' (https://github.com/Ai-Thinker-Open/GPRS-C-SDK-LIB.git) registered for path 'platform/csdk'
Cloning into '/tiamat/git/GPRS_C_SDK/libs/aliyun/iotkit-embedded'...
remote: Enumerating objects: 23458, done.
remote: Total 23458 (delta 0), reused 0 (delta 0), pack-reused 23458
Receiving objects: 100% (23458/23458), 72.06 MiB | 260.00 KiB/s, done.
Resolving deltas: 100% (7783/7783), done.
Cloning into '/tiamat/git/GPRS_C_SDK/libs/gps/minmea/src'...
remote: Enumerating objects: 4, done.
remote: Counting objects: 100% (4/4), done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 524 (delta 0), reused 1 (delta 0), pack-reused 520
Receiving objects: 100% (524/524), 198.56 KiB | 325.00 KiB/s, done.
Resolving deltas: 100% (332/332), done.
Cloning into '/tiamat/git/GPRS_C_SDK/libs/lvgl/src'...
remote: Enumerating objects: 41, done.
remote: Counting objects: 100% (41/41), done.
remote: Compressing objects: 100% (30/30), done.
remote: Total 11332 (delta 15), reused 24 (delta 11), pack-reused 11291
Receiving objects: 100% (11332/11332), 9.83 MiB | 274.00 KiB/s, done.
Resolving deltas: 100% (9000/9000), done.
Cloning into '/tiamat/git/GPRS_C_SDK/platform/csdk'...
remote: Enumerating objects: 320, done.
remote: Total 320 (delta 0), reused 0 (delta 0), pack-reused 320
Receiving objects: 100% (320/320), 160.43 MiB | 311.00 KiB/s, done.
Resolving deltas: 100% (142/142), done.
error: Server does not allow request for unadvertised object e6bd3556039538ac504c005f0c31dbdd0e906658
Fetched in submodule path 'libs/aliyun/iotkit-embedded', but it did not contain e6bd3556039538ac504c005f0c31dbdd0e906658. Direct fetching of that commit failed.
mhaas, marcoisb, petrynchyn and rkolosovskyi
Metadata
Metadata
Assignees
Labels
No labels