You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
M.Sakamaki edited this page Feb 1, 2014
·
4 revisions
ConoHa Server Infomation
Git をyumからソースで手動取得&コンパイルに
とりあえずyumのアップデートがアレなので、最新(1.8系)にする。
(サーバーはCentOSです)
とらえずyumのgitを削除
yum remove git
必要なモジュールを入れる、gitのインストール(ソースからコンパイル)
cd /usr/local/src
yum install -y zlib-devel perl-devel gettext
wget http://git-core.googlecode.com/files/git-1.8.5.2.tar.gz
tar zxvf git-1.8.5.2.tar.gz
cd git-1.8.5.2