mac xcode卸载后的后遗症-git无法使用

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mac xcode卸载后的后遗症-git无法使用相关的知识,希望对你有一定的参考价值。

参考技术A xcode 卸载后 就出现了 如下情况 git命令失效了,如下报错:
xcrun: error: invalid active developer path (/Applications/Xcode.app/Contents/Developer), missing xcrun at: /Applications/Xcode.app/Contents/Developer/usr/bin/xcrun
问题分析:肯定是xcode自带了git 导致删除了无法使用了,所以要修改原git路径或重新安装git
一、重新安装git 具体如下 没反应

使用更新brew update 也没用了,如下报错:

然后折腾安装 brew install perl吧 结果git还是没办法安装
二、后来网上找到一种方法 分享给大家:
主要是重置之前的xcode的设置
注:没有安装的需要执行安装(我的mac 已经安装) xcode-select --install
分三步命令 重置->修改路径指向->打印path路径 具体如下:

测试git命令:

OK,终于git 可以使用了。

mac下卸载xcode后,无法使用git命令

出现错误

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

 

解决

xcode-select --install

 

以上是关于mac xcode卸载后的后遗症-git无法使用的主要内容,如果未能解决你的问题,请参考以下文章

如何从 Mac OS X 10.7.3 卸载 XCode 4.3.1?

mac更新后Git无法使用的问题

mac更新后Git无法使用的问题

mac更新后Git无法使用的问题

mac更新后Git无法使用的问题

如何卸载 Xcode 4.4 命令行工具(Mac OS X 10.8 Mountain Lion)?