Skip to content

cmd/go: go get reports "path does not match GOPRIVATE/GONOPROXY" #39180

Closed
@heschi

Description

@heschi

What version of Go are you using (go version)?

$ go version
go version devel +f7f9c8f2fb Wed May 20 15:57:15 2020 +0000 linux/amd64

Does this issue reproduce with the latest release?

No.

What operating system and processor architecture are you using (go env)?

go env Output
$ go env
...
GONOPROXY="github.com/heschik"
GONOSUMDB="github.com/heschik"
GOPRIVATE="github.com/heschik"
GOPROXY="https://proxy.golang.org,direct"
...

What did you do?

/tmp $ GO111MODULE=on ~/go/bin/go get golang.org/x/tools@master

What did you expect to see?

go: golang.org/x/tools master => v0.0.0-20200519205726-57a9e4404bf7

What did you see instead?

go get golang.org/x/tools@master: path does not match GOPRIVATE/GONOPROXY

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions