当前位置: 移动技术网 > IT编程>开发语言>其他编程 > Git失效xcrun: error: invalid active developer path (/Applications/Xcode.app/Contents/Developer)

Git失效xcrun: error: invalid active developer path (/Applications/Xcode.app/Contents/Developer)

2020年08月14日  | 移动技术网IT编程  | 我要评论
卸载Xcode不小心把Git也弄坏了,出现了如下错误xcrun: error: invalid active developer path (/Applications/Xcode.app/Contents/Developer), missing xcrun at: /Applications/Xcode.app/Contents/Developer/usr/bin/xcrun网上有教程说要brew install git,坑解决方法:install xcode-selectxcode-s

卸载Xcode不小心把Git也弄坏了,出现了如下错误

xcrun: error: invalid active developer path (/Applications/Xcode.app/Contents/Developer), missing xcrun at: /Applications/Xcode.app/Contents/Developer/usr/bin/xcrun

网上有教程说要brew install git,坑

解决方法:install xcode-select

xcode-select --install

发现已经安装

xcode-select: error: command line tools are already installed, use "Software Update" to install updates

那就直接reset

sudo xcode-select --reset
git --version

git version 2.15.2 (Apple Git-101.1)

好了!

本文地址:https://blog.csdn.net/dongfangxiaozi_/article/details/107949617

如您对本文有疑问或者有任何想说的,请点击进行留言回复,万千网友为您解惑!

相关文章:

验证码:
移动技术网