結局freedomuneは中止されてました。 気を取り直してちょっとGitを使ってみたくてリモートリポジトリ(共有リポジトリ?)を作成してみました。もともとGitのリポジトリを作ってファイル管理を試していたのですが、他のPCでとりたいなぁなんちゃって。 環境:Mac 10.6 //gitのインストールと設定 brew install git //Mac10/6 git config --global user.name"${user}" git config --global user.email ${email} git config -l //編集されるのは以下のファイル ~/.gitcofig //共有のリポジトリを作成 mkdir -p /var/git/repo/ cd /var/git/repo git init --bare touch touch git-daemon-ex