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


    背景:macOs High Sierra 升级 macOs Mojave后,idea 报错,Terminal git也不行:

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

    处理:

      1、 xcode-select --install

            如提示:xcode-select: error: command line tools are already installed, use "Software Update" to install updates 证明安装成功

          2、安装完成后,Terminal里的git可以正常运行了,IDEA里还是同样的报错,将Git配置栏里的/usr/bin/git改为git,搞定

  • 相关阅读:
    C指针
    redis五种基本数据类型
    mongoDB MapReduce
    JSON传参
    mongodb查询实练
    逻辑数据结构和存储数据结构
    线性表的顺序存储和链式存储
    数据结构和算法关系
    UIActivityIndicatorView使用
    Swift中格式化日期
  • 原文地址:https://www.cnblogs.com/start-fxw/p/10192226.html
Copyright © 2020-2023  润新知