问题
在使用brew 安装软件时出现以下问题,最后通过更新homebrew镜像源,brew update成功后,安装软件成功,以下针对这些问题做些记录。
一、Warning: Calling sha256 "digest" => :tag
in a bottle block is deprecated!
二、LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
解决方案
针对问题一
git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask fetch --unshallow
brew style --fix /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula
针对问题二
执行brew update 出现LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443问题
解决:更换brew源
git -C “$(brew --repo)” remote set-url origin https://mirrors.ustc.edu.cn/brew.git
git -C “$(brew --repo homebrew/core)” remote set-url origin https://mirrors.ustc.edu.cn/homebrew-core.git
git -C “$(brew --repo homebrew/cask)” remote set-u
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。