Skip to content

Instantly share code, notes, and snippets.

@glennpratt
Created October 7, 2010 14:58
Show Gist options
  • Save glennpratt/615225 to your computer and use it in GitHub Desktop.
Save glennpratt/615225 to your computer and use it in GitHub Desktop.
gpratt@vbox:/mnt/apci/main$ git submodule update --init
fatal: reference is not a tree: 5f734a588995638b9ab63b80b8771902aad85155
Unable to checkout '5f734a588995638b9ab63b80b8771902aad85155' in submodule path 'www/sites/all/modules/contrib/og_services'
gpratt@vbox:/mnt/apci/main$ git submodule sync
Synchronizing submodule url for 'www/sites/all/modules/allplayers/apci_js_libraries/fullcal'
Synchronizing submodule url for 'www/sites/all/modules/contrib/og_services'
Synchronizing submodule url for 'www/sites/all/modules/contrib/services'
gpratt@vbox:/mnt/apci/main$ git submodule update --init
remote: Counting objects: 5, done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 3 (delta 2), reused 0 (delta 0)
Unpacking objects: 100% (3/3), done.
From git://github.com/glennpratt/og_services
* [new branch] temp_fix -> origin/temp_fix
Submodule path 'www/sites/all/modules/contrib/og_services': checked out '5f734a588995638b9ab63b80b8771902aad85155'
gpratt@vbox:/mnt/apci/main$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment