darling icon indicating copy to clipboard operation
darling copied to clipboard

Go go1.21.4.darwin-amd64 cannot download any Go module

Open thediveo opened this issue 2 years ago • 0 comments

sudo installer -pkg ~/LinuxHome/downloads/go1.21.4.darwin-amd64.pkg -target /
export PATH=$PATH:/usr/local/go/bin
git clone https://github.com/thediveo/cshargextcap
cd cshargextcap
go test -v ./pipe
go: downloading github.com/onsi/ginkgo/v2 v2.11.0
go: downloading github.com/thediveo/success v1.0.1
go: downloading golang.org/x/sys v0.9.0
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading github.com/onsi/gomega v1.27.8
pipe/checker_notwin.go:14:2: github.com/sirupsen/[email protected]: Get "https://proxy.golang.org/github.com/sirupsen/logrus/@v/v1.9.3.zip": net/http: TLS handshake timeout
pipe/checker_notwin.go:12:2: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/sys/@v/v0.9.0.zip": net/http: TLS handshake timeout
  • Windows WSL2
  • Ubuntu 23.04
  • darling 3435165

thediveo avatar Nov 20 '23 15:11 thediveo