欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Mac升级系统后,idea中Git无法使用:xcrun: error: invalid active developer path

程序员文章站 2024-03-23 22:37:04
...

Mac升级了最新的系统,idea右下角提示Git无法使用的错误。完整错误信息:

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

解决办法:

  • 首先检查是否你的机器安装了Git,如果没有安装,则安装
  • 然后执行xcode-select --install命令
  • 如果上述两步还不行,则需要修改idea中Git路径的配置,在shell终端输入which git查看git的路径:
which git
/usr/local/bin/git

Mac升级系统后,idea中Git无法使用:xcrun: error: invalid active developer path

相关标签: 随笔