Error with submodule init: Fetched in submodule path 'cpython/packages/rasterio', but it did not contain fff416c6945b222f265fa268c4d56de34c8091dd.
Opened this issue · 2 comments
mdbraber commented
When running git submodule update --init --recursive
in al clean repo I get the following error:
fatal: remote error: upload-pack: not our ref fff416c6945b222f265fa268c4d56de34c8091dd
fatal: Fetched in submodule path 'cpython/packages/rasterio', but it did not contain fff416c6945b222f265fa268c4d56de34c8091dd. Direct fetching of that commit failed.
fatal: Failed to recurse into submodule path 'cpython'
holzschu commented
I'll have a look, but I would suggest just not compiling cpython anyway, and just use the new target "a-Shell-no-Python".
mdbraber commented
Thanks - I'll give it a try; hadn't noticed the new target yet.