Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/go: add hint to GOVCS error messages #43596

Closed
jayconrod opened this issue Jan 8, 2021 · 1 comment
Closed

cmd/go: add hint to GOVCS error messages #43596

jayconrod opened this issue Jan 8, 2021 · 1 comment
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. release-blocker
Milestone

Comments

@jayconrod
Copy link
Contributor

If GOVCS prevents the go command from downloading a repository, the user is shown a message like:

go get rsc.io/nonexist.git/hello: GOVCS disallows using git for public rsc.io/nonexist.git

This message should recommend reading go help vcs or the module reference documentation, which should explain the GOVCS environment variable.

@jayconrod jayconrod added NeedsFix The path to resolution is known, but the work has not been done. release-blocker labels Jan 8, 2021
@jayconrod jayconrod added this to the Go1.16 milestone Jan 8, 2021
@jayconrod jayconrod self-assigned this Jan 8, 2021
@gopherbot
Copy link

Change https://golang.org/cl/282713 mentions this issue: cmd/go: add hint to read 'go help vcs' to GOVCS errors

@golang golang locked and limited conversation to collaborators Jan 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. release-blocker
Projects
None yet
Development

No branches or pull requests

3 participants
@jayconrod @gopherbot and others