macOS Sierra 업데이트 후 git 동작 안할 때

macOS를 업데이트 한 후에 아래와 같이 나오면서 git command가 동작을 안했다. imac:scm cky$ git statuxcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun 다음과 같이 command line tool을 설치해주면 해결된다. 🙂… macOS Sierra 업데이트 후 git 동작 안할 때 계속 읽기

발행일
카테고리 Mac 태그 ,

터미널에서 git color 적용하기

개발을 하면서 git을 사용한다면, git log, git diff 등 git 명령을 많이 사용할 것이다. 이 때 출력을 colorful하게 할 수 있는데 간단한 방법이 있어서 소개한다. 다음의 커맨드로 git config global에 등록해두면, git log등이  color로 나온다. git config –global color.ui auto git log, diff, branch 등, 눈에 확 들어오게 출력된다. 🙂

발행일
카테고리 Linux 태그