Created
June 11, 2011 13:55
-
-
Save ingydotnet/1020573 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
ingy@thinkingy:~/crapp-pm$ ls -l | |
total 28 | |
-rwxr-xr-x 1 ingy ingy 40 2011-06-11 22:58 crapp* | |
drwxr-xr-x 3 ingy ingy 4096 2011-06-11 23:26 lib/ | |
-rw-r--r-- 1 ingy ingy 76 2011-06-11 23:41 README | |
ingy@thinkingy:~/crapp-pm$ cat .git/config | |
[core] | |
repositoryformatversion = 0 | |
filemode = true | |
bare = false | |
logallrefupdates = true | |
[remote "origin"] | |
url = [email protected]:ingydotnet/crapp-pm.git | |
fetch = +refs/heads/*:refs/remotes/origin/* | |
ingy@thinkingy:~/crapp-pm$ git log | |
commit b89709a6d02937fc2fd9f5f8db4f74691bf3653c | |
Author: Ingy dot Net <[email protected]> | |
Date: Sat Jun 11 23:42:21 2011 +1000 | |
first | |
ingy@thinkingy:~/crapp-pm$ git push origin master | |
fatal: '/data/repositories/5/nw/55/73/ed/1880191/1880191.git' does not appear to be a git repository | |
fatal: The remote end hung up unexpectedly | |
ingy@thinkingy:~/crapp-pm$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment