Created
October 7, 2010 14:58
-
-
Save glennpratt/615225 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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