You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run git submodule update --init -depth 1 I get the following error:
Submodule 'otp' (https://github.com/erlang/otp) registered for path 'otp'
Cloning into '/home/cgm/devel/rust/enigma/otp'...
remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
error: Server does not allow request for unadvertised object 9c35d42191003d1325ad99189d7327f87c9f6fd4
Fetched in submodule path 'otp', but it did not contain 9c35d42191003d1325ad99189d7327f87c9f6fd4. Direct fetching of that commit failed.
The text was updated successfully, but these errors were encountered:
cgmcintyr
changed the title
Submodule do
Submodule failing to fetch unadvertised object
Oct 20, 2019
Seems a similar problem to #34
When I run
git submodule update --init -depth 1
I get the following error:The text was updated successfully, but these errors were encountered: