Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- comic agile
- essay
- Malaysia
- management
- Italy
- django
- Kuala Lumpur
- web
- Java
- hbase
- ubuntu
- RFID
- Programming
- Software Engineering
- Book review
- hadoop
- erlang
- programming_book
- Book
- France
- leadership
- agile
- AI
- history
- program
- Python
- Artificial Intelligence
- Linux
- MySQL
- QT
Archives
- Today
- Total
git on mac 본문
Lion 10.7.5
1. prerequisite
1.1 install 'XCode' from appstore
1.2 install 'Command Line Tools' on XCode
1.3 install 'MacPort' from http://www.macports.org
2. install git
$ sudo port install git-core +svn +doc +bash_completion +gitweb (cf. http://jhouse0317.tistory.com/29)
Comments