git4

なんだか記憶もあいまい。いじってたらOKになってる。

Win # echo 'first' > firstfile
Win # git add firstfile
Win # git commit -m 'commit'
Created initial commit f34654e: commit
1 files changed, 1 insertions(+), 0 deletions(-)
create mode 100644 firstfile
Win # git push origin
me@ubuntu's password:
No refs in common and none specified; doing nothing.
Perhaps you should specify a branch such as 'master'.
fatal: The remote end hung up unexpectedly
error: failed to push some refs to 'ssh://me@ubuntu/var/git/app'
Win # git push origin master
me@ubuntu's password:
Counting objects: 3, done.
Writing objects: 100% (3/3), 216 bytes, done.
Total 3 (delta 0), reused 0 (delta 0)
To ssh://me@ubuntu/var/git/app
* [new branch] master -> master