第一次出错:使用官方命令后,出现错误代码
curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused
后尝试更改梯子的映射端口以解决 shell 无法 fq 时,使用命令
export https_proxy=http://127.0.0.1:9090
export http_proxy=http://127.0.0.1:9090
出现错误代码
curl: (22) The requested URL returned error: 404
求教接下来应怎样解决,望各位大神不吝告知,谢谢。
curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused
后尝试更改梯子的映射端口以解决 shell 无法 fq 时,使用命令
export https_proxy=http://127.0.0.1:9090
export http_proxy=http://127.0.0.1:9090
出现错误代码
curl: (22) The requested URL returned error: 404
求教接下来应怎样解决,望各位大神不吝告知,谢谢。