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

问题一: Mac 下 SVN 检出代码出错: xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at:


xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at:_第1张图片

分析:经查资料,是因为缺少XCode软件,在终端执行  xcode-select --install

 

然后会自动检索相关软件,点击安装即可解决。

 

参考来源:https://stackoverflow.com/questions/32896524/invalid-active-developer-path-error-after-upgrading-to-el-capitan

 

问题二: 在安装了xcode软件后,修改了本地代码后,文件变蓝,很快又变白色。能更新,不能提交。

Waring not all local changes may be shown due to an error

发现还是这个问题,然后查询资料是因为idea的svn配置有问题。

解决如下:把红色框内的选项勾选掉即可,重启IDEA。

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at:_第2张图片

参考来源:https://blog.csdn.net/hard_boy/article/details/79614888

 

你可能感兴趣的:(xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at:)