Vimをスパルタされる会 githubにアカウント作ったよ編

GitHub · Social Coding
のアカウント作ってみた!
初分散レポジトリ (*ノωノ)
ついでに git-core のインストールもやりました。

MacPorts で git-core をインストールする

$ port variants git-core
$ sudo port install git-core +doc +svn +bash_completion

でインストール!
が、途中で

      • > Building sqlite3 with target all
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_sqlite3/work/sqlite-3.6.2" && gnumake all " returned error 2 Command output: sed -e s/--VERS--/3.6.2/ ./src/sqlite.h.in | \ sed -e s/--VERSION-NUMBER--/3006002/ >sqlite3.h

と言われて sqlite のインストールに失敗しちゃったので

$ sudo port clean sqlite3

で一旦クリーンしてから再度 git-core のインストール。
CPUががんがん回って

      • > Installing git-core 1.6.0.1_0+bash_completion+doc+svn
      • > Activating git-core 1.6.0.1_0+bash_completion+doc+svn
      • > Cleaning git-core

とか出たらOK!

$ git --version
git version 1.6.0.1

まっちり (`・ω・´)