如何解决mac上无法使用brew来安装软件或者环境的或者无法安装xcode-select

这篇博客详细介绍了在安装Homebrew过程中遇到的错误,包括`git clone`失败、命令行工具安装问题以及权限错误。提供了多种解决方法,如使用`--depth=1`参数重试克隆,删除并重新安装命令行工具,处理权限问题,以及使用`brew doctor`进行诊断。此外,还提到了卸载和安装Homebrew的命令。
摘要由CSDN通过智能技术生成
Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core'...
fatal: unable to access 'https://github.com/Homebrew/homebrew-core/': LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
Error: Failure while executing; `git clone https://github.com/Homebrew/homebrew-core /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core` exited with 128.
Error: Failure while executing; `/usr/local/bin/brew tap homebrew/core` exited with 1.

遇到这个错误有几种解决办法

第一种

git clone https://github.com/Homebrew/homebrew-core /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core --depth=1

第二种

您应该安装命令行工具。

运行xcode-select --install安装它们。

如果在遇到xcode-select --install安装失败的时候

xcode-select: error: command line tools are already installed, use "Software Update" to install updates

解决办法有

$ rm -rf /Library/Developer/CommandLineTools
$ xcode-select --install

如果遇到错误可能就是权限问题

$ sudo  rm -rf /Library/Developer/CommandLineTools
$ sudo  xcode-select --install

如果还有错误,那么就

用法:xcode-select -print-path 
或:xcode-select -switch
或:xcode-select -version

查看如果有版本号,那么你就可以再次安装brew了

后面安装过程就会正常了

使用 brew doctor来诊断

 

安装brew  

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

使用    brew -v   来判断是否安装成功

卸载

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值