解决问题: curl: (7) Failed to connect to raw.githubusercontent.com port 443 after 9 ms: Connection refused
解决方法昌衡如下:
1、打开网站 https://www.ipaddress.com/
查询一下 raw.githubusercontent.com 对应的IP 地址
2、
3、替换系耐察做统的host文件,系统的文没岩件是只读文件,所以复制一份出来在更改,改完再替换掉
4、然后执行安装
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
安装 Homebrew 的命令, 官网地址 大家可以自行查看。
https://brew.sh/index_zh-cn.htmlHomebrew
macOS 缺失的软件包的管理器
安装 Homebrew
将以上命令粘贴至终端。
脚本会在执行前暂停,并说明将它将做什么。高级安装选项在 这里 (required for Linux and Windows Subsystem for Linux)。
Homebrew 能干什么?
使用 Homebrew 安装 Apple 没有预装但 你需要的东西 。激让
$ brew install wget
Homebrew 会将软件包安装到独立目录,厅乎并将其文件软链接至 /usr/local 。
$ cd/usr/local$ find CellarCellar/wget/1.16.1Cellar/wget/1.16.1/bin/wgetCellar/wget/1.16.1/share/man/man1/wget.1$ ls-lbinbin/wget ->../Cellar/wget/1.16.1/bin/wget
Homebrew 不会将文件安装到它本身目录之外扮铅悉,所以您可将 Homebrew 安装到任意位置。
轻松创建你自己的 Homebrew 包。
$ brew create https://foo.com/bar-1.0.tgzCreated /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/bar.rb
完全基于 Git 和 ruby,所以自由修改的同时你仍可以轻松撤销你的变更或与上游更新合并。
$ brew edit wget# 使用 $EDITOR 编辑!
Homebrew 的配方都是简单的 Ruby 脚本:
classWget<Formulahomepage"https://www.gnu.org/software/wget/"url"https://ftp.gnu.org/gnu/wget/wget-1.15.tar.gz"sha256"52126be8cf1bddd7536886e74c053ad7d0ed2aa89b4b630f76785bac21695fcd"definstallsystem"./configure","--prefix=#{prefix}"system"make","install"endend
Homebrew 使 macOS 更完整。使用 gem 来安装 RubyGems、用 brew 来安装那些依赖包。
"To install, drag this icon..." no more. brew cask installs macOS apps, fonts and plugins and other non-open source software.
$ brew cask install firefox
Making a cask is as simple as creating a formula.
$ brew cask create fooEditing /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask/Casks/foo.rb
更多文档
docs.brew.sh
Donate to Homebrew
Homebrew/brew#donations
开发者讨论区
discourse.brew.sh
Homebrew 博客
brew.sh/blog
Homebrew Packages
formulae.brew.sh
Analytics Data
formulae.brew.sh/analytics
Homebrew 创建者: Max Howell 。 网站搭建者: Rémi Prévost , Mike McQuaid 和 Danielle Lalonde 。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)