Skip to content

Instantly share code, notes, and snippets.

@mwhooker
Created September 13, 2011 00:48
Show Gist options
  • Save mwhooker/1212878 to your computer and use it in GitHub Desktop.
Save mwhooker/1212878 to your computer and use it in GitHub Desktop.
(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