とりあえず。
$port search git
してみるとわかりますが、たぶんローカル側の準備としてはgit-coreさえあればいいんだよね?
git-core @1.6.4.3 (devel) A fast version control system GitX @0.7 (devel) GitX is a git GUI specifically for Mac OS X
でもせっかくなので、
$sudo port install GitX
しました。
githubはなんかJCUG的に利用 http://github.com/jcug してたのでアカウントはもってるんだ。で、http://flashingwind.github.com/ くらいは…とおもったんだけど。
とりあえずhttp://flashingwind.github.com/ を表示してみると「flashingwind.github.com」というリポジトリをつくるらしい。めんどいのでウェブからつくった。
で、もう一度 http://flashingwind.github.com/ にアクセスしてみると…
Instructions for setting up username.github.com *
…
* It may take up to 10 minutes to activate GitHub Pages for your account
あれ、変わらないんだけど…。
追記:
さっき
$ git clone git@github.com:flashingwind/flashingwind.github.com.git $ cd flashingwind.github.com $ git checkout -b gh-pages origin/gh-pages
してから、
$ git symbolic-ref HEAD refs/heads/gh-pages $ rm .git/index $ git clean -fdx
ってやって、さらにコミットしたら、
$ vim index.html (index.htmlの内容を変更) $ git add . $ git commit -a -m "First pages commit" $ git push origin gh-pages
何故か今度は上手くいった。i don't know why it goes successfuly at this time.
ref.: