Mac 升级后idea执行git命令报错xcrun: error: invalid active developer path的解决办法

报错

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

查询通用的做法是在terminal 执行:
xcode-select --install

由于macOS 升级,打开ieda 还是报错,上面的解决办法还是不行

Сannot Run Git
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcru

解决办法:
which git
/usr/local/bin/git

修改git配置
在这里插入图片描述
可以了。

你可能感兴趣的:(IDEA)