Created
March 1, 2012 19:08
-
-
Save tsabat/1952372 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
vagrant@lucid64:/opt/webapp$ git clone [email protected]:AppEnv/anweb.git anweb | |
Initialized empty Git repository in /opt/webapp/anweb/.git/ | |
remote: Counting objects: 8884, done. | |
remote: Compressing objects: 100% (5765/5765), done. | |
remote: Total 8884 (delta 3481), reused 7736 (delta 2529) | |
Receiving objects: 100% (8884/8884), 21.42 MiB | 4.94 MiB/s, done. | |
Resolving deltas: 100% (3481/3481), done. | |
vagrant@lucid64:/opt/webapp$ cd anweb | |
vagrant@lucid64:/opt/webapp/anweb$ git submodule init | |
Submodule 'etc' ([email protected]:ConfigManagment/anweb.git) registered for path 'etc' | |
vagrant@lucid64:/opt/webapp/anweb$ git submodule update | |
Initialized empty Git repository in /opt/webapp/anweb/etc/.git/ | |
remote: Counting objects: 13, done. | |
remote: Compressing objects: 100% (11/11), done. | |
remote: Total 13 (delta 4), reused 0 (delta 0) | |
Receiving objects: 100% (13/13), done. | |
Resolving deltas: 100% (4/4), done. | |
fatal: reference is not a tree: 159dd5dd5dd59a87c8a48aa89afce1774c6564d8 | |
Unable to checkout '159dd5dd5dd59a87c8a48aa89afce1774c6564d8' in submodule path 'etc' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment