卸载 xcode

README.md
复制

xcode 太庞大,而我又用不到 xcode,只能卸载

在卸载 xcode 之后 Git 命令不起作用了

$ git
xcrun: error: active developer path 
("/Applications/Xcode.app/Contents/Developer") 
does not exist, use `xcode-select --switch path/to/Xcode.app` 
to specify the Xcode that you wish to use for command line 
developer tools (or see `man xcode-select`)

原因是 git 依赖 CommandLineTools,这是 xcode 的一部分

解决办法:

$ xcode-select --install # 安装 CommandLineTools
$ sudo xcode-select --switch /Library/Developer/CommandLineTools # 指定路径

大牛们的评论:朕有话说

还没有人评论哦,赶紧抢沙发!