Skip to content

Instantly share code, notes, and snippets.

@lfittl
Created June 21, 2009 07:09
Show Gist options
  • Save lfittl/133435 to your computer and use it in GitHub Desktop.
Save lfittl/133435 to your computer and use it in GitHub Desktop.
lfittl@capricorn:~/Documents%> git clone [email protected]:soup/rails.git rails
Initialized empty Git repository in /Users/lfittl/Documents/rails/.git/
error: refs/heads/wip_abstract_controller does not point to a valid object!
error: refs/heads/wip_abstract_controller does not point to a valid object!
remote: Counting objects: 100011, done.
remote: Compressing objects: 100% (22104/22104), done.
remote: Total 100011 (delta 77209), reused 99409 (delta 76728)
Receiving objects: 100% (100011/100011), 17.86 MiB | 129 KiB/s, done.
Resolving deltas: 100% (77209/77209), done.
warning: remote HEAD refers to nonexistent ref, unable to checkout.
lfittl@capricorn:~/Documents/soup/vendor/rails%> git status
# On branch 2-3-stable
# Your branch is ahead of 'origin/2-3-stable' by 1 commit.
#
nothing to commit (working directory clean)
lfittl@capricorn:~/Documents/soup/vendor/rails%> git push
error: refs/heads/wip_abstract_controller does not point to a valid object!
Everything up-to-date
lfittl@capricorn:~/Documents/soup/vendor/rails%> git push origin 2-3-stable
error: refs/heads/wip_abstract_controller does not point to a valid object!
Counting objects: 425, done.
Compressing objects: 100% (175/175), done.
Writing objects: 100% (340/340), 191.49 KiB, done.
Total 340 (delta 233), reused 244 (delta 152)
To [email protected]:soup/rails.git
* [new branch] 2-3-stable -> 2-3-stable
lfittl@capricorn:~/Documents/soup/vendor/rails%> git push origin wip_abstract_controller
error: refs/heads/wip_abstract_controller does not point to a valid object!
error: src refspec wip_abstract_controller does not match any.
fatal: The remote end hung up unexpectedly
error: failed to push some refs to '[email protected]:soup/rails.git'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment