当前位置:   article > 正文

运行git命令报错与xcode相关_error: you dont have xcode command line tools, but

error: you dont have xcode command line tools, but you need to install, howe

Mac卸载Xcode后运行git 命令报如下异常:重新使用brew install git 提示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`)
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6

解决办法
xcode-select --install # 单独安装CommandLineTools,不需要Xcode
sudo xcode-select --switch /Library/Developer/CommandLineTools # 指定路径
再执行 git,显示OK了。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/凡人多烦事01/article/detail/334133
推荐阅读
相关标签
  

闽ICP备14008679号