We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When executing git submodule update --init --recursive I am getting this error:
git submodule update --init --recursive
fatal: No url found for submodule path 'firmware/MaixPy/tools/flash/kflash_py' in .gitmodules
I saw on .gitmodules that it is missing .git at the end for kflash_py: https://github.com/sipeed/MaixPy/blob/master/.gitmodules#L24
.gitmodules
.git
The text was updated successfully, but these errors were encountered:
Sorry the problem was on my end!
Sorry, something went wrong.
No branches or pull requests
When executing
git submodule update --init --recursive
I am getting this error:I saw on
.gitmodules
that it is missing.git
at the end for kflash_py: https://github.com/sipeed/MaixPy/blob/master/.gitmodules#L24The text was updated successfully, but these errors were encountered: