MacPortsでgitをインストール

このエントリーをはてなブックマークに追加
はてなブックマーク - MacPortsでgitをインストール
Bookmark this on Delicious
Share on Facebook
Post to Google Buzz
Bookmark this on Yahoo Bookmark
Bookmark this on Livedoor Clip
Share on FriendFeed

リーナス・トーバルズによって開発された分散レポジトリバージョン管理システムGitをMacにインストールしました。

MacPortsでのインストールなので、取り立てて説明する程、つまる所も無かったです。

まずは、MacPortsから検索。

$ port search git
cogito devel/cogito 0.18.2 Git core and cogito tools to provide a fully-distributed SCM
git-core devel/git-core 1.5.5.3 The stupid content tracker.
stgit devel/stgit 0.14.1 Push/pop utility on top of GIT
cgit www/cgit 0.7.1 A fast web interface for the git source code management system


git-coreをインストール。
その前に、オプション確認。

$ port variants git-core
git-core has the variants:
universal
doc: Install HTML and plaintext documentation
gitweb: Install gitweb.cgi
svn: Bi-directional subversion repository support
bash_completion: Bash completion support


インストール実行。
$ sudo port install git-core +gitweb +svn
・・・・・
---> Cleaning git-core


よりユーザフレンドリな操作性を提供するらしい、cogitoというツールも併せてインストール。こちらは、オプションは特になし。
$ sudo port install cogito
・・・・
---> Cleaning cogito


確認。
$ git --version
git version 1.5.5.3



[TODO]
リモートレポジトリを作成
github.comの利用

Popularity: 23% [?]

カテゴリー: mac, 技術   タグ: ,   この投稿のパーマリンク

コメントをどうぞ

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

*

次のHTML タグと属性が使えます: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>