Created
September 13, 2011 00:48
-
-
Save mwhooker/1212878 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
(venv)[matt@dhcp-179:cloudscaling/aws-compat]$ cat !$ (09-12 20:48) | |
cat .git/config | |
[core] | |
repositoryformatversion = 0 | |
filemode = true | |
bare = false | |
logallrefupdates = true | |
ignorecase = true | |
[remote "origin"] | |
url = git@github.com:cloudscaling/aws-compat.git | |
fetch = +refs/heads/*:refs/remotes/origin/* | |
(venv)[matt@dhcp-179:cloudscaling/aws-compat]$ git push -u origin master (09-12 20:48) | |
fatal: '/data/repositories/8/nw/8e/4f/01/2375264/2375264.git' does not appear to be a git repository | |
fatal: The remote end hung up unexpectedly | |
(venv)[matt@dhcp-179:cloudscaling/aws-compat]$ (09-12 20:49) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment