eingeführte Tutorial-Kolumne zum Ausgehen. Ich hoffe, es wird Freunden in Not hilfreich sein!
Betrachten Sie es als ein Proxy-Problem.
go env -w GO111MODULE=on go env -w GOPROXY=https://goproxy.io,direct # 设置不走 proxy 的私有仓库,多个用逗号相隔(可选) go env -w GOPRIVATE=*.corp.example.com # 设置不走 proxy 的私有组织(可选) go env -w GOPRIVATE=example.com/org_name
$ go env -w GO111MODULE=on $ go env -w GOPROXY=https://goproxy.cn,direct
can eingestellt werden
go get gorm.io/gorm: gorm.io/gorm@v1.20.12: verifying module: gorm.io/gorm@v1.20.12: Get "https://sum.golang.org/lookup/gorm.io/gorm@v1.20.12": dial tcp 216.58.200.49:443: co nnectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
go env -w GOSUMDB=off
Das obige ist der detaillierte Inhalt vonÜber Go Get Timeout-Problem. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!