Closed tadeubas closed 1 year ago
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
Sorry the problem was on my end!
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#L24