とほほ

github に push できん。

$ git push origin master
The authenticity of host 'github.com (65.74.177.129)' can't be established.
RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'github.com,65.74.177.129' (RSA) to the list of known hosts.
Enter passphrase for key '/home/rms/.ssh/id_rsa': 
error: src refspec master does not match any.
fatal: The remote end hung up unexpectedly
error: failed to push some refs to 'git@github.com:yamanetoshi/linux-kernel-doc.git'
$

こーゆーハマり方が一番微妙。

とほほ

随分前のエントリでもハマッた記述あり。色々ヤッたのですが駄目。最後に、と言いつつ github.com 側でリポジトリを削除して、ローカル側でイチから作成してみて push したらデキた。
イケマセン。

とりあえず

tarfs も登録だけしといて寝よ。

tarfs も登録

$ cd tarfs
$ git init
$ git add `find`
$ git commit -m 'first commit'
$ git remote add origin git@github.com:yamanetoshi/tarfs.git
$ git push origin master

で無事に終了しているはずです。。。