holzschu / a-shell

A terminal for iOS, with multiple windows
BSD 3-Clause "New" or "Revised" License
2.64k stars 116 forks source link

Error with submodule init: Fetched in submodule path 'cpython/packages/rasterio', but it did not contain fff416c6945b222f265fa268c4d56de34c8091dd. #777

Open mdbraber opened 4 months ago

mdbraber commented 4 months ago

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 4 months ago

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 4 months ago

Thanks - I'll give it a try; hadn't noticed the new target yet.