Created
June 19, 2009 03:53
-
-
Save lfittl/132401 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
lfittl@capricorn:~/Documents%> git clone [email protected]:soup/rails.git rails | |
Initialized empty Git repository in /Users/lfittl/Documents/rails/.git/ | |
error: refs/heads/1-2-stable does not point to a valid object! | |
error: refs/heads/2-0-stable does not point to a valid object! | |
error: refs/heads/2-1-stable does not point to a valid object! | |
error: refs/heads/2-2-stable does not point to a valid object! | |
error: refs/heads/3-0-unstable does not point to a valid object! | |
error: refs/heads/active_model does not point to a valid object! | |
error: refs/heads/master does not point to a valid object! | |
error: refs/heads/path_refactor does not point to a valid object! | |
error: refs/heads/wip_abstract_controller does not point to a valid object! | |
error: refs/heads/1-2-stable does not point to a valid object! | |
error: refs/heads/2-0-stable does not point to a valid object! | |
error: refs/heads/2-1-stable does not point to a valid object! | |
error: refs/heads/2-2-stable does not point to a valid object! | |
error: refs/heads/3-0-unstable does not point to a valid object! | |
error: refs/heads/active_model does not point to a valid object! | |
error: refs/heads/master does not point to a valid object! | |
error: refs/heads/path_refactor does not point to a valid object! | |
error: refs/heads/wip_abstract_controller does not point to a valid object! | |
remote: Counting objects: 95025, done. | |
remote: Compressing objects: 100% (20521/20521), done. | |
remote: Total 95025 (delta 73398), reused 95025 (delta 73398) | |
Receiving objects: 100% (95025/95025), 17.15 MiB | 126 KiB/s, done. | |
Resolving deltas: 100% (73398/73398), done. | |
warning: remote HEAD refers to nonexistent ref, unable to checkout. | |
lfittl@capricorn:~/Documents/rails%> git checkout 2-3-stable | |
error: pathspec '2-3-stable' did not match any file(s) known to git. | |
lfittl@capricorn:~/Documents/rails%> git branch -r | |
lfittl@capricorn:~/Documents/rails%> git branch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment