美文网首页
正在连接 raw.githubusercontent.com 失

正在连接 raw.githubusercontent.com 失

作者: 一个半吊子工程师 | 来源:发表于2023-06-16 17:59 被阅读0次

    今天当我打算从GitHub下载一点东西的时候,出现了如下所示错误…

    xxxx@localhost ~ % sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
    --2023-06-17 17:45:50--  https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh
    正在解析主机 raw.githubusercontent.com (raw.githubusercontent.com)... 0.0.0.0
    正在连接 raw.githubusercontent.com (raw.githubusercontent.com)|0.0.0.0|:443... 失败:Connection refused。
    

    解决

    1. 查询IP

    去这里 👇,输入raw.githubusercontent.com 进行查询:
    https://site.ip138.com/

    image.png

    2. 将IP加入/ETC/HOSTS

    从上述搜索结果中选一个

    终端输入:

    sudo nano /etc/hosts
    
    
    image.png

    保存退出。

    相关文章

      网友评论

          本文标题:正在连接 raw.githubusercontent.com 失

          本文链接:https://www.haomeiwen.com/subject/isirydtx.html