软件安装mac 使用 git报错

Posted S大幕

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了软件安装mac 使用 git报错相关的知识,希望对你有一定的参考价值。

更新mac 系统后,git 突然报错不能用了,相关错误大致如下:

git: error: sh -c '/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -find git 2> /dev/null' failed with exit code 34304: (null) (errno=Invalid argument)

问题原因:使用git的时候需要CommandLineTools

解决方案:

  1. 下载对应的 CommandLineTools,下载地址:https://developer.apple.com/download/all/
  2. 下载后按步骤安装
  3. 终端内执行命令:sudo xcode-select --switch /Library/Developer/CommandLineTools/

更新系统后如果使用 git 后出现如下错误:

则按照如下方法进行:

  1. xcode-select -p
  2. sudo xcode-select -r
  3. xcode-select -p

然后就可以正常使用。

以上是关于软件安装mac 使用 git报错的主要内容,如果未能解决你的问题,请参考以下文章

软件安装mac 使用 git报错

mac 安装SVN报错Error: Command failed with exit 128: git

git for Mac安装(包含客户端软件Github Desktop的安装配置)

Git for Mac安装

Ubuntu下安装git报错:软件包git没有可安装候选

Mac - git 安装 gitk(详细流程)