Thief of Wealth

You have not agreed to the Xcode license agreements. You must agree to both license agreements below in order to use Xcode.

 

Hit the Return key to view the license agreements at '/Applications/Xcode.app/Contents/Resources/English.lproj/License.rtf'

 

Mac에서 git init을 입력했을때 나오는 에러이다.

 

보통 초기화된 맥북에서 자주 발견되는 듯 하다.

 

해결방법은 다음과 같다.

 

1. sudo xcode-select --reset

2. 앱스토어에서 Xcode를 다운받아서 실행한다.

3. terminal을 열고 다음 명령어들을 순서대로 실행한다.

sudo xcode-select --install

sudo xcode-select --switch /Applications/Xcode.app

sudo xcode-select --switch /Library/Developer/CommandLineTools

profile on loading

Loading...