wget下载github的文件出现失败:拒绝连接
解决:
打开这个网址-- https://site.ip138.com/raw.githubusercontent.com/
编辑hosts文件
vi /etc/hosts
增加如下配置:
151.101.108.133 raw.githubusercontent.com
保存之后,即可下载。
wget下载github的文件出现失败:拒绝连接
解决:
打开这个网址-- https://site.ip138.com/raw.githubusercontent.com/
编辑hosts文件
vi /etc/hosts
增加如下配置:
151.101.108.133 raw.githubusercontent.com
保存之后,即可下载。