今天使用git clone项目遇到一个问题
➜ github git clone https://github.com/Easy-MJ/mj-fe-note.gitxcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
解决办法:
➜ github xcode-select --installxcode-select: note: install requested for command line developer tools
安装完成后,再次使用git,ok了~