当前位置:   article > 正文

curl: (7) Failed to connect to raw.githubusercontent.com port 443

curl: (7) Failed to connect to raw.githubusercontent.com port 443

安装ruby Homebrew使用命令\curl -sSL https://get.rvm.io | bash -s stable提示:curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused

在浏览器输入这个地址:链接在此
如果可以打开 ,应该会提示你:
Ruby Homebrew安装程序被弃用了,并在base中对其进行了重写,并让你使用命令/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)
如果不能打开,也可直接使用此命令。
然后如果报:RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
原因就是源不通,解决方法时更换镜像源:git clone git://mirrors.ustc.edu.cn/homebrew-core.git/ /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core --depth=1

把homebrew-core的镜像源也更换:

  1. cd "$(brew --repo)"
  2. git remote set-url origin https://mirrors.ustc.edu.cn/brew.git
  3. cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
  4. git remote set-url origin https://mirrors.ustc.edu.cn/homebrew-core.git

更新:brew update
最后用 brew doctor检查是否安装完成。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/盐析白兔/article/detail/996919
推荐阅读
相关标签
  

闽ICP备14008679号