网站更新内容:请访问: https://bigdata.ministep.cn/

华为服务器填坑

下载github大概率报错,解决办法是:

检查和更改 DNS
你的系统可能正在使用无效或受限的 DNS 服务,建议切换到公共 DNS:

Linux/macOS: 编辑 /etc/resolv.conf 文件,添加以下内容:

nameserver 8.8.8.8
nameserver 8.8.4.4

测试 DNS 和主机解析
在终端中运行以下命令,检查是否可以解析 github.com:

nslookup github.com

报错提示:

root@hcss-ecs-5951:/home/docker# GO111MODULE=on GOPROXY=https://goproxy.cn,direct go list -m -json -versions golang.org/x/text@latest

go: module golang.org/x/text: Get "https://goproxy.cn/golang.org/x/text/@v/list": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:38175->127.0.0.53:53: i/o timeout

尝试的操作

go install tailscale.com/cmd/derper@main
go: tailscale.com/cmd/derper@main: tailscale.com/cmd/derper@main: invalid version: Get "https://goproxy.io/tailscale.com/cmd/derper/@v/main.info": dial tcp: lookup goproxy.io on 127.0.0.53:53: read udp 127.0.0.1:59734->127.0.0.53:53: i/o timeout

其他提示

root@hcss-ecs-5951:/home/docker/tailscale# git clone https://github.com/tailscale/tailscale.git
Cloning into 'tailscale'...
fatal: unable to access 'https://github.com/tailscale/tailscale.git/': Could not resolve host: github.com
posted @ 2024-12-11 10:49  ministep88  阅读(4)  评论(0编辑  收藏  举报
网站更新内容:请访问:https://bigdata.ministep.cn/