解决curl: Failed to connect to raw.githubusercontent.com port 443: Connection refused 问题

Posted Jolting

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决curl: Failed to connect to raw.githubusercontent.com port 443: Connection refused 问题相关的知识,希望对你有一定的参考价值。

自动化使用要去下载图像识别的工具:Tesseract,mac 需要用到brew,但是我的电脑没有,就先需要下载homebrew,然而按照官网的命令: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

却提示:curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused

原因应该是国外的ip吧,直接看解决方案吧

解决方案:

1、打开网站,https://www.ipaddress.com/,在此网站中查询一下 raw.githubusercontent.com对应的IP 地址

看了其他人的第一张图的 IP address就是一个地址,但是我这不是,所以滑动到下方查看的地址,使用时OK的

图1
图2

2、打开Finder,点击工具栏:前往-前往文件夹-输入 “/etc”

3、找到hosts文件,先复制出来两份,一份修改,一份保留原来的(万一修改有问题还可以还原)

1)在复制出来的那份上,末尾加上:

2)保存,并替换/etc下的hosts文件

3)保存成功,回到命令行:ping baidu.com,可以ping通,不超时就可以

4、重新执行下载homebrew的命令

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

可以看到可以成功去请求下载了,下载完成后终端有提示后续添加环境变量的方法,则可以直接复制命令执行

完了可以正常使用啦

学习笔记——mail发送javax.mail.AuthenticationFailedException: failed to connect at javax.mail.Service.connec

今天在学习发送邮件的时候,发现一直提示

然后在我的邮箱里,我看密码什么都正确为何发布出去,然后想起MailUtils.createSession("smtp.163.com",用户名, 密码);

密码有一个授权密码和一个密码,然后换成授权密码成功了

 

这个是全站编码处理

以上是关于解决curl: Failed to connect to raw.githubusercontent.com port 443: Connection refused 问题的主要内容,如果未能解决你的问题,请参考以下文章

问题解决curl: Failed to connect to raw.githubusercontent.com port 443: Connection refused

解决curl: Failed to connect to raw.githubusercontent.com port 443: Connection refused 问题

curl: Failed to connect to raw.githubusercontent.com port 443: Connection refused

curl: Failed to connect to raw.githubusercontent.com port 443: Connection refused

MacOS安装brew报错:curl: Failed to connect to raw.githubusercontent.com port 443: Connection refused((代码

问题解决[kubelet-check] The HTTP call equal to ‘curl -sSL http://localhost:10248/healthz‘ failed wite