升级完系统后,git使用过程中会出现错误:
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
解决方法:
在终端输入命令,安装xcode;
xcode-select --install
修复Git错误:无效的开发者路径
升级系统后,使用Git遇到错误:xcrun:error:invalidactivedeveloperpath。解决方案是在终端输入命令安装xcode,具体命令为:xcode-select--install。
升级完系统后,git使用过程中会出现错误:
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
解决方法:
在终端输入命令,安装xcode;
xcode-select --install
1835

被折叠的 条评论
为什么被折叠?