Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to recurse into submodule #56

Open
dattachandan opened this issue May 16, 2014 · 1 comment
Open

Failed to recurse into submodule #56

dattachandan opened this issue May 16, 2014 · 1 comment

Comments

@dattachandan
Copy link

Is it possible to run a git recurse 👍

git clone --recursive https://github.com/chb/smart_sample_apps.git

Cloning into 'static/framework/steal'...
remote: Reusing existing pack: 11070, done.
remote: Total 11070 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (11070/11070), 51.45 MiB | 641.00 KiB/s, done.
Resolving deltas: 100% (6387/6387), done.
Checking connectivity... done.
Submodule path 'static/framework/steal': checked out '11c3f8824a79f31e97e59d1532
cba89716e2d7d3'
Failed to recurse into submodule path 'static/framework/funcunit'

@nschwertner
Copy link

This looks familiar. A couple months back the funcunit project moved their code to a new repository discarding their commit history (not a standard practice on GitHUB). Consequently we changed the submodule reference in our repository in this commit to fix the broken dependency:
7c44418

Any checkout prior to this commit will fail with the message you are getting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants