错误:无法找到实用程序“git”,无法找到开发人员工具或PATH
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了错误:无法找到实用程序“git”,无法找到开发人员工具或PATH相关的知识,希望对你有一定的参考价值。
我已经将Xcode版本更新为7.3.1。当我使用'git status
'时,我发现错误!如下:
$git status
sh: line 1: 1601 Segmentation fault: 11 /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk / -find git 2> /dev/null
git: error: unable to find utility "git", not a developer tool or in PATH
谢谢高级!
答案
最好的解决方案是下载并安装它 - 即使你认为它已经安装了:https://git-scm.com/download/mac
另一答案
我有同样的问题 - 我退出了我的bash会话(关闭了终端)并启动了一个新的并修复了它。
另一答案
这也发生在我身上,升级到High Sierra和XCode到9.这个序列修复了它。
xcode-select --install
sudo xcode-select -s /Library/Developer/CommandLineTools
在https://davidwalsh.name/fix-git-high-sierra-upgrade找到了这个答案(文章和评论。)
另一答案
对我来说,我必须卸载并重新安装我所有的brew
应用程序,如here所记录。
即
brew list -1 > brew.txt # list out all installed packages
brew list -1 | xargs brew rm --force # remove all installed packages
brew install $(cat brew.txt | tr '
' ' ') # install all previously installed packages
以上是关于错误:无法找到实用程序“git”,无法找到开发人员工具或PATH的主要内容,如果未能解决你的问题,请参考以下文章
xcrun:错误:无法找到实用程序“PackageApplication”,不是开发人员工具或 PATH - 因为更新 Xcode
尽管提供了所需的路径,如何修复“无法在您的路径中找到 Git”错误