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.

Recursive git clone fails

See original GitHub issue

This command fails, with unknown publickey error from the wavedata submodule:

git clone https://github.com/kujason/avod --recurse-submodules

But this repo can correctly be cloned within the just cloned AVOD repo with:

cd avod
git clone https://github.com/kujason/wavedata

Maybe some setting is incorrect somewhere?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
YaduKinicommented, Feb 28, 2019

@songanz i fixed the issue. Thanks.

0reactions
kujasoncommented, Jul 20, 2020
Read more comments on GitHub >

github_iconTop Results From Across the Web

git clone --recursive fails - Stack Overflow
Trying on another machine returned a different result: $ git clone --recursive git@github.com:eteran/edb-debugger.git Cloning into 'edb-debugger ...
Read more >
git clone --recursive times out and fails to clone submodule
Hi,. I am unable to clone a specific repository with submodules. $ git clone --recursive https://www.github.com/lagadic/visp_auto_tracker.
Read more >
Unable to clone private GitHub submodule repository
Hi! I'm trying to create a Build pipeline for my project. The main repository is hosted in the Azure Repo Git while a...
Read more >
git-submodule Documentation - Git
If --recursive is specified, this command will recurse into the registered submodules, and update any nested submodules within. If --filter <filter spec> is ......
Read more >
How to Clone Including Git Submodules - W3docs
A problem may occur when the submodule folder stays empty in the process of cloning the parent git repository. In this tutorial, we...
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