Difference between revisions of "Go install github.com/sj14/kubedump@latest"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
+ | [[go install]] github.com/sj14/kubedump@latest | ||
− | [[go get -u github.com/sj14/kubedump]] | + | |
+ | |||
+ | go: github.com/sj14/kubedump@latest: module github.com/sj14/kubedump: Get "https://proxy.golang.org/github.com/sj14/kubedump/@v/list": [[tls: failed to verify certificate: x509: certificate signed by unknown authority]] | ||
+ | |||
+ | Solution: | ||
+ | export GOINSECURE="*" | ||
+ | export GONOSUMDB="*" | ||
+ | export GOPRIVATE="*" | ||
+ | |||
+ | |||
+ | == Related == | ||
+ | * <code>[[go get -u github.com/sj14/kubedump]]</code> | ||
== See also == | == See also == |
Latest revision as of 13:35, 12 December 2023
go install github.com/sj14/kubedump@latest
go install github.com/sj14/kubedump@latest
go: github.com/sj14/kubedump@latest: module github.com/sj14/kubedump: Get "https://proxy.golang.org/github.com/sj14/kubedump/@v/list": tls: failed to verify certificate: x509: certificate signed by unknown authority Solution: export GOINSECURE="*" export GONOSUMDB="*" export GOPRIVATE="*"
Related[edit]
See also[edit]
Advertising: