1. 필수 패키지 설치
$ sudo apt-get install make libcurl4-gnutls-dev libexpat1-dev gettext libz-dev libssl-dev asciidoc xmlto autoconf
2. 다운로드
$ cd /srv/install/git
$ wget http://git-core.googlecode.com/files/git-1.8.4.1.tar.gz
$ tar zxvf git-1.8.4.1.tar.gz
$ cd git-1.8.4.1/
3. 빌드
$ make configure
$ ./configure --prefix=/usr/local
$ make all doc
$ sudo make install install-doc install-html
- 설치가 잘 되었는지 확인을 해보기 위해서 버전 확인을 해보자.
$ git --version
GIT 자동완성을 지원하기 위해서는...
- http://whatwant.tistory.com/478
우리 모두 Git으로 행복한 형상관리를...
반응형
'SCM > Git-GitHub' 카테고리의 다른 글
GitLab 3.5.3 (Ubuntu Server 12.04, SourceCode) (0) | 2014.01.13 |
---|---|
Git Install (Ubuntu Server 12.04, SourceCode, v1.8.5.1) (0) | 2013.12.08 |
Gitolite (RedHat Enterprise Server 6.3, SourceCode, v3.5.3) (0) | 2013.10.22 |
Git (RedHat Enterprise Server 6.3, SourceCode, v1.8.4.1) (0) | 2013.10.22 |
MS VisualStudio 에서 GIT 지원 (0) | 2013.08.31 |