curl: Failed to connect to raw.githubusercontent.com port 443: Connection refused
Posted 逸风小站
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了curl: Failed to connect to raw.githubusercontent.com port 443: Connection refused相关的知识,希望对你有一定的参考价值。
报错 curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused
解决方法:
参考:
https://bbs.huaweicloud.com/blogs/143682
很多方法都没用,这个解决了问题。希望对你有用。
原因:由于某些你懂的因素,导致GitHub的raw.githubusercontent.com
域名解析被污染了。
解决方法:通过修改hosts解决此问题。
查询真实IP
在https://www.ipaddress.com/
查询raw.githubusercontent.com
的真实IP。
修改hosts
sudo vim /etc/hosts
添加如下内容:
199.232.68.133 raw.githubusercontent.com
重新执行命令即可,但是下载会比较慢。
最后提一嘴,电脑连上你的手机热点有可能会有奇效。
原文链接:https://blog.csdn.net/sscc_learning/article/details/105574354
以上是关于curl: Failed to connect to raw.githubusercontent.com port 443: Connection refused的主要内容,如果未能解决你的问题,请参考以下文章
curl: (7) Failed connect to localhost:9200; Connection refused
curl: (7) Failed connect to localhost:9200; Connection refused
curl: Failed to connect to raw.githubusercontent.com port 443: Connection refused
我遇到的错误curl: Failed to connect to 127.0.0.1 port 1086: Connection refused
curl: Failed to connect to 127.**** port 1080: Connection refused on WSL2
cURL Error:Failed connect to *****.com:80; Connection timed out