Mac OS X で git-daemon を起動時に立ち上げたい。 とりあえず /Users/yuanying/Documents/temp/git にある bare な gitレポジトリ /Users/yuanying/Documents/temp/git/test.gitを、 $ git clone git://example.com/test.git とかしてクライアントから pull したい。 git-daemon の起動 ベースディレクトリを指定して git-daemon を起動してやれば、 その下にあるgitレポジトリを公開できるぽい。 $ /opt/local/bin/git-daemon --verbose --export-all --user=yuanying --group=staff --base-path=/Users/yuanying/Documents/te