ipchub
ipchub copied to clipboard
dial tcp 142.251.43.17:443: i/o timeout
ubuntu 20.04
run make command, get erros as below:
`CGO_ENABLED=0 go build -o bin/ipchub -ldflags "-X github.com/cnotch/ipchub/config.Version=1.1.0" .
go: github.com/BurntSushi/[email protected]: Get https://proxy.golang.org/github.com/%21burnt%21sushi/toml/@v/v0.3.1.mod: dial tcp 142.251.43.17:443: i/o timeout make: *** [makefile:13: build] Error 1 `
This should be unable to get the TOML module from the network
This should be unable to get the TOML module from the network
go env -w GOPROXY=https://goproxy.cn,direct