darling
darling copied to clipboard
Go go1.21.4.darwin-amd64 cannot download any Go module
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