问题一: 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:

分析:经查资料,是因为缺少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

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

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

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

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

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

 

相关文章:

  • 2021-06-30
  • 2022-12-23
  • 2021-06-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-05
  • 2022-12-23
猜你喜欢
  • 2021-12-16
  • 2021-04-01
  • 2021-08-30
  • 2022-12-23
相关资源
相似解决方案