在舊版 Ubuntu 底下安裝新版 git 套件 (以 Ubuntu 8.04 hardy 為例)
最近由於工作需求,需要在舊版的 Ubuntu 上面安裝 git 套件,
但由於舊版的 Ubuntu 版本已不支援「直接」透過 apt-get update 來更新 source list,
於是用了另一種方法來直接安裝 git,方法如下:
下載目前最新版的 git-1.8.4.1 版本,並且解壓縮並安裝
之後就可以開心的建立 Git repository 了!
參考資料:
http://serengetisunset.blogspot.tw/2009/02/installing-git-1613-on-ubuntu-804.html
但由於舊版的 Ubuntu 版本已不支援「直接」透過 apt-get update 來更新 source list,
於是用了另一種方法來直接安裝 git,方法如下:
下載目前最新版的 git-1.8.4.1 版本,並且解壓縮並安裝
wget http://www.kernel.org/pub/software/scm/git/git-1.8.4.1.tar.gz
tar zxvf git-1.8.4.1.tar.gz
cd git-1.8.4.1
./configure
make make install
之後就可以開心的建立 Git repository 了!
參考資料:
http://serengetisunset.blogspot.tw/2009/02/installing-git-1613-on-ubuntu-804.html
留言
張貼留言