[Git] Upgrading to Git 2.0

VCS/Git 2014. 8. 25. 17:59

링크: http://rayhightower.com/blog/2014/05/30/upgrading-to-git-2-dot-0/

링크: http://apple.stackexchange.com/questions/93002/how-to-properly-update-git-on-mac

'VCS > Git' 카테고리의 다른 글

[Git] Github를 이용하는 전체적인 흐름  (0) 2014.11.30
[Git] pro-git PDF  (0) 2014.08.27
[Git] OS X Mountain Lion에 Git Server 설치  (0) 2014.08.20
[Git] Generating ssh keys  (0) 2014.08.18
[Git] redmine과 Git repository 연동  (1) 2014.08.05
posted by 뚱2

[Mac] howdoi

OS/Mac 2014. 8. 21. 11:05

링크: https://github.com/gleitz/howdoi?body=


명령어로 쉽게 쉽게 찾아볼때?


홈페이지 소개는 "instant coding answers via the command line" 이렇습니다.


전 로컬에 homebrew가 설치되어 있어서 아래와 같이 설치 했습니다.


#기본적으로 Hombrew와 Python이 설치되어 있어야 합니다.


$ brew install https://raw.github.com/gleitz/howdoi/master/howdoi.rb


그랬더니 아래와 같은 에러가 ㅡㅡ;


> ==> python setup.py install

>

> http://peak.telecommunity.com/EasyInstall.html

>

> Please make the appropriate changes for your system and try again.


다행이 홈페이지에 처리 방법이 나와 있었습니다.


#권한 문제(?)

sudo chmod -R go+w /Library/Python/2.7/site-packages/


#권한 문제 해결하고 다시 설치

brew install https://raw.github.com/gleitz/howdoi/master/howdoi.rb


사용방법

$ howdoi format date bash

> DATE=`date +%Y-%m-%d`



posted by 뚱2

링크: http://timnew.github.io/blog/2012/06/02/install-specific-version-of-tool-with-HomeBrew/


posted by 뚱2

맥 설치에 앞서 Homebrew를 먼저 설치 해야한다.


Homebrew 설치 : http://brew.sh/index_ko.html


링크 : https://mariadb.com/kb/en/building-mariadb-on-mac-os-x-using-homebrew/

posted by 뚱2

설치 : http://brew.sh/index_ko.html

링크 : http://rkjun.wordpress.com/2013/07/14/os-x-missing-package-manager-home-brew/


posted by 뚱2