-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fetched in submodule path 'libs/aliyun/iotkit-embedded', but it did not contain e6bd.. #268
Comments
try with this pull request: #266 |
merge #266 to master!
|
this has not moved to master and remains an issue |
I have problem: git clone https://github.com/Ai-Thinker-Open/GPRS_C_SDK.git --recursive
|
For anyone not familiar with git enough to checkout a pull request try these steps if this hasn't been merged. ONLY DO THIS IF YOU GET THE SAME ERROR AS OP git clone https://github.com/Ai-Thinker-Open/GPRS_C_SDK.git --recursive Fingers crossed that should checkout the submodules for you and give you a complete sdk. |
Github has also written a wrapper for git that makes this a bit easier: so the above becomes
That being said, you should understand what is going on in the manual method before relying on that shortcut. |
1. SDK version(SDK 版本)
{
git log -n1
commit 2d493e4
Author: Neucrack [email protected]
Date: Thu Nov 8 16:52:28 2018 +0800
}
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:
The text was updated successfully, but these errors were encountered: