Cloning of out-of date submodules is failing
See original GitHub issueAs 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:
- Created 7 years ago
- Comments:5 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
True that, all good then, thanks a ton @kasbah! 😄
Maybe I should add in some reassurance so it appears like: