Recursive git clone fails
See original GitHub issueThis 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:
- Created 6 years ago
- Comments:8 (4 by maintainers)
Top 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 >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
@songanz i fixed the issue. Thanks.
See https://github.com/kujason/avod/issues/173