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
上一篇: 【Ubuntu改变成苹果风格】
推荐阅读
-
Mac升级系统后,idea中Git无法使用:xcrun: error: invalid active developer path
-
解决Mac升级到Mojave后出现xcrun: error: invalid active developer path, missing xcrun的问题
-
解决MacOS升级系统后出现xcrun: error: invalid active developer path, missing xcrun的问题
-
Mac升级系统后xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)及No Xcode
-
解决mac升级后,出现的 xcrun: error: invalid active developer path, missing xcrun 错误