OSX에서 git 설치

1. GUI 방식의 Gitinstaller를 사용
- http://code.google.com/p/git-osx-installer 에서 다운로드하여 사용
- 그리 쉽지 않아서 사용하지 않음

2. MacPorts에서 GIT의 설치본을 받아오기
- pkg Installer 방식을 이용하여 설치함
- 위의 MacPorts install 링크에서 운영체제에 알맞은 Installer를 다운로드하여 설치
- 설치한 뒤에 터미널에서 아래의 명령어 실행
$ sudo port -v selfupdate
- 그 뒤에 아래의 명령어로 git 설치본 받아오기
$ sudo port install git-core +svn +doc +bash_completion +gitweb

댓글 없음:

댓글 쓰기