question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cloning of out-of date submodules is failing

See original GitHub issue

As reported in #2. Not up-to date submodules will fail on init:

Cloning xesscorp/RPi_Hat.pretty
Cloning xesscorp/xess.pretty
remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
error: no such remote ref 9f166ffe86d1f3e41b1b8ce0c034773ac0f7983b
Fetched in submodule path 'tylercrumpton/CrumpPrints.pretty', but it did not contain 9f166ffe86d1f3e41b1b8ce0c034773ac0f7983b. Direct fetching of that commit failed.
falling back to deep clone for tylercrumpton/CrumpPrints.pretty
error: no such remote ref 9f166ffe86d1f3e41b1b8ce0c034773ac0f7983b
Fetched in submodule path 'tylercrumpton/CrumpPrints.pretty', but it did not contain 9f166ffe86d1f3e41b1b8ce0c034773ac0f7983b. Direct fetching of that commit failed.
 ** Failed ** tylercrumpton/CrumpPrints.pretty

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
brainstormcommented, Jan 22, 2017

True that, all good then, thanks a ton @kasbah! 😄

0reactions
kasbahcommented, Jan 22, 2017

Maybe I should add in some reassurance so it appears like:

Cloning xesscorp/xess.pretty
remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
error: no such remote ref 9f166ffe86d1f3e41b1b8ce0c034773ac0f7983b
Fetched in submodule path 'tylercrumpton/CrumpPrints.pretty', but it did not contain 9f166ffe86d1f3e41b1b8ce0c034773ac0f7983b. Direct fetching of that commit failed.
Submodule 'tylercrumpton/CrumpPrints.pretty' is out of date. But that's OK we'll just update it...
Updating tylercrumpton/CrumpPrints.pretty
Read more comments on GitHub >

github_iconTop Results From Across the Web

Fatal Error when updating submodule using GIT
The issue is that git can't find the public key needed to download the repo from your server, the solution is to use...
Read more >
Fail to clone submodules due to "the unauthenticated git ...
Hey, I actually faced this issue. It is said here that the protocol git:// is outdated. You may do this as a workaround:...
Read more >
Clone a git repository with submodules using init and update ...
When you clone a git repository, it won't necessarily bring down the branches and code for the associated submodules. The git submodule init ......
Read more >
Git - Submodules - Git SCM
Git addresses this issue using submodules. Submodules allow you to keep a Git repository as a subdirectory of another Git repository. This lets...
Read more >
Cannot clone submodules: "SSL certificate problem: unable to ...
Attempting clone a submodule from a private GitLab server (same server as superproject) does not work if the HTTPS certificate is signed by...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found