Skip to content

Instantly share code, notes, and snippets.

@leviwilson
Created May 4, 2013 16:33
Show Gist options
  • Save leviwilson/5518010 to your computer and use it in GitHub Desktop.
Save leviwilson/5518010 to your computer and use it in GitHub Desktop.
Submodule problem
lwilson@levis-macbook leviwilson $ cd gametel/
lwilson@levis-macbook gametel (master) $ git submodule update --init --recursive
Submodule 'webview_sample' (git@github.com:cheezy/Androidwebviewsampleapp.git) registered for path 'webview_sample'
Cloning into 'webview_sample'...
remote: Counting objects: 92, done.
remote: Compressing objects: 100% (57/57), done.
remote: Total 92 (delta 16), reused 90 (delta 14)
Receiving objects: 100% (92/92), 60.76 KiB, done.
Resolving deltas: 100% (16/16), done.
fatal: reference is not a tree: 2f1fa3c2748dde3e8aa8cb5f0d38bbb24932f55f
Unable to checkout '2f1fa3c2748dde3e8aa8cb5f0d38bbb24932f55f' in submodule path 'webview_sample'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment