mac更新系统后Git不能用,提示missing xcrun at

Posted 马艳泽

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mac更新系统后Git不能用,提示missing xcrun at相关的知识,希望对你有一定的参考价值。

今天更新了mac系统,然后就踩了这个坑。

启动androidStudio 右上角提示:

can‘t start git: /usr/bin/git 
probably the path to git executable is not valid . `fix it`.
  • 1
  • 2

点击fix it后 点击最上边路径地址后边的test提示:

errors while executing git -- version. exitCode=1 
errors: xcrun: error : invalid active developer path(/library/developer/commandlinetools),missing xcrun at:
/library/developer/commandlinetools.usr/bin/xcrun
  • 1
  • 2
  • 3

找了一圈。。很多开发者都遇到过这问题。据说苹果每个版本的更新都会有这样的问题,原因是每次安装新的更新后,Xcode都被卸载了。。。。不扯别的说解决方案。


通过终端重新安装的Xcode命令行工具使用(其实这里安装的是Command Line Tools,Command Line 
Tools是在Xcode中的一款工具)

xcode-select --install

以上是关于mac更新系统后Git不能用,提示missing xcrun at的主要内容,如果未能解决你的问题,请参考以下文章

软件安装mac 使用 git报错

软件安装mac 使用 git报错

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

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

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

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