`
kanpiaoxue
  • 浏览: 1779005 次
  • 性别: Icon_minigender_1
  • 来自: 北京
文章分类
社区版块
存档分类
最新评论

按照brew失败:Failed to connect to raw.githubusercontent.com port 44

 
阅读更多

 

参考资料:https://stackoverflow.com/questions/29910217/homebrew-installation-on-mac-os-x-failed-to-connect-to-raw-githubusercontent-com

 

The accepted Answer is outdated now. But based on the answer I solved the problem by:

  1. open the home page of brew https://brew.sh/
  2. copy the URL from the install cmd and open it on your browser https://raw.githubusercontent.com/Homebrew/install/master/install.sh
  3. right-click and save it to your computer
  4. open a terminal and run it with: /bin/bash path-to/install.sh

 

分享到:
评论

相关推荐

    install_homebrew_for_ios.zip 解决安装homebrew Failed to connect to raw.githubuse错误问题

    在mac上搭建RN时或者其他环境时,需要安装Homebrew,但是会有Failed to connect to raw.githubusercontent.com错误问题,按照网上搜索的打开脚本替换源,但是脚本也打不开。 本资源是已经替换好的brew_install脚本,...

    brew_install.rb

    解决curl: (7) Failed to connect to raw.githubusercontent.com port 443: Operation timed out错误

    Mac上安装brew以及可能出现的问题

    安装方法 打开终端,输入以下命令 /usr/bin/ruby-e $(curl -fsSLhttps://raw.githubusercontent.com/Homebrew/install/master/install) 卸载方法 打开终端,输入以下命令 ...curl: (7) Failed to c

    Mac homebrew安装执行文件

    通过 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 如果不能安装,总是提示curl: (7) Failed to connect to raw.githubusercontent.com port 443 after 4 ms:...

    Homebrew安装与配置(macOS)

    只需一行命令“brew install xxx”,它就会自动给你安装上了!神不神奇?甚至不用加sudo权限! Homebrew是个GitHub开源的Ruby脚本,它神奇的地方还有很多,需要我们细细地去了解。如果你是一个热爱Mac的软件极客,...

    Brew_RPGEngine

    《Brew_RPGEngine:构建个人游戏开发引擎的探索与实践》 在计算机科学与技术领域,游戏引擎是开发者用于创建电子游戏的核心工具。而"Brew_RPGEngine",正如其名,是一个由个人编写的专门针对角色扮演游戏(RPG)的...

    Homebrew 软件管理工具

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" ``` 这个脚本会自动下载并运行安装程序,确保你的系统满足安装要求,并安装必要的依赖。 ## Homebrew 基本使用...

    emergencesound.github.io:新兴录音室网站

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew install wget 获得一个不错的新终端 wget -O ~/.git-prompt.sh ...

    Go环境安装与运行[Mac]

    目录 前言 brew的安装 .../usr/bin/ruby -e $(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install) go环境安装 查询是否系统中已安装go,如下为未安装: $ go version -b

    Icu4c 73 brew自定义版本安装源

    Icu4c 73 brew自定义版本安装源 # 使用方法: # 1. 直接指定rb文件安装: brew install icu4c@73.rb # 2. 将icu4c@73.rb文件放到brew的默认Formula路径 然后执行 brew install icu4c@73 # 路径:/usr/local/Homebrew...

    Homebrew 国内安装脚本快速部署 brew 国内镜像

    下载并安装Homebrew,可以使用以下命令:```shell/bin/bash -c "$(curl -fsSLhttps://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"2. 替换Homebrew的默认源为国内镜像,可以使用以下命令: ```...

    speedtest-installer:通过bash脚本轻松安装Speedtest CLI

    speedtest-安装程序通过bash脚本轻松安装Speedtest CLI安装对于MacOS brew install curl curl https://raw.githubusercontent.com/YajTPG/speedtest-installer/main/install.sh | sh对于Ubuntu / Debian apt-get ...

    cp.rar_brew_site:www.pudn.com

    在IT行业中,BREW(Binary Runtime Environment for Wireless)是一种针对移动设备的应用程序开发平台,主要应用于早期的CDMA网络智能手机。这个"cp.rar_brew_site:www.pudn.com"压缩包似乎包含了与BREW系统相关的源...

    maintainer:Open开源贡献的工具集

    $ curl -sSfL https://raw.githubusercontent.com/octomation/maintainer/master/bin/install | sh # or $ wget -qO- https://raw.githubusercontent.com/octomation/maintainer/master/bin/install | sh 不要忘记。...

    instapy-dashboard:(已停产)使用 React.js 和 Node.js 开发的 InstaPy Dashboard

    /usr/bin/ruby -e " $( curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install ) " # node, npm and git install brew install node npm git 2. 安装 InstaPy-Dashboard git clone ...

    brew_install.rb.zip

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/main/install.sh)" ``` 2. 更换国内镜像源:安装完成后,用户需要找到Homebrew的配置文件,并更改其源。例如,可以使用阿里云或...

    brew_install_from_aliyun.sh

    homebrew安装脚本, 安装方法:命令行输入./brew_install_from_aliyun.sh回车。 使用国内最优秀的brew源: https://mirrors.aliyun.com/homebrew/brew.git https://mirrors.aliyun.com/homebrew/homebrew-core.git

    dotfiles:MacOS和Linux的通用点文件

    点文件我每天用于工作的MacOS通用点文件安装自制软件xcode-select --install/bin/bash -c " $( curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh ) "# Turn off brew analyticsbrew ...

Global site tag (gtag.js) - Google Analytics