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

2022-07-30,,,,

卸载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

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

下载本文的Word格式文档,以方便收藏与打印。