drewnoakes/string-theory

Fetching submodule fails when cloning repo

bgrainger opened this issue · 1 comments

Running git clone --recursive git@github.com:drewnoakes/string-theory.git fails with:

Cloning into 'string-theory'...
remote: Enumerating objects: 469, done.
remote: Counting objects: 100% (469/469), done.
Receiving objects: 100% (469/469), 338.33 KiB | 28.19 MiB/s, done.
remote: Compressing objects:  60% (131/217)   Resolving deltas: 100% (329/329), done.
remote: Compressing objects: 100% (217/217), done.
remote: Total 469 (delta 329), reused 387 (delta 249), pack-reused 0
Submodule 'clrmd' (git@github.com:drewnoakes/clrmd.git) registered for path 'clrmd'
Cloning into '[Path]/string-theory/clrmd'...
remote: Enumerating objects: 242, done.
remote: Counting objects: 100% (242/242), done.
remote: Compressing objects: 100% (76/76), done.
remote: Total 5481 (delta 191), reused 204 (delta 166), pack-reused 5239
Receiving objects: 100% (5481/5481), 3.25 MiB | 21.78 MiB/s, done.
Resolving deltas: 100% (3997/3997), done.
error: Server does not allow request for unadvertised object 0ae3d415b4b465d8a5ab4c8bef14e79352d52af5
Fetched in submodule path 'clrmd', but it did not contain 0ae3d415b4b465d8a5ab4c8bef14e79352d52af5. Direct fetching of that commit failed.

I think this might be able to be resolved by FFing the string-theory branch to 0ae3d415.

@bgrainger apologies for that, I broke it about 24 hours ago while working on #7. It is fixed now.

$ git clone --recursive git@github.com:drewnoakes/string-theory.git deleteme123
Cloning into 'deleteme123'...
remote: Enumerating objects: 493, done.
remote: Counting objects: 100% (493/493), done.
remote: Compressing objects: 100% (224/224), done.
remote: Total 493 (delta 348), reused 409 (delta 266), pack-reused 0
Receiving objects: 100% (493/493), 343.33 KiB | 481.00 KiB/s, done.
Resolving deltas: 100% (348/348), done.
Submodule 'clrmd' (git@github.com:drewnoakes/clrmd.git) registered for path 'clrmd'
Cloning into 'D:/repos/deleteme123/clrmd'...
remote: Enumerating objects: 242, done.
remote: Counting objects: 100% (242/242), done.
remote: Compressing objects: 100% (72/72), done.
remote: Total 5481 (delta 191), reused 211 (delta 170), pack-reused 5239
Receiving objects: 100% (5481/5481), 3.26 MiB | 368.00 KiB/s, done.
Resolving deltas: 100% (3995/3995), done.
Submodule path 'clrmd': checked out 'a94c5938f7624b937aaa48aaf1f3a0454e1df236'