-
Notifications
You must be signed in to change notification settings - Fork 18k
go mod download can't find module tag v0.0.1 #41484
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
Comments
That said, we should give a better error message for this. |
Duplicate of #25982 |
I was able to get this to work with
But it shouldn't work with GOPRIVATE unset. What is going on that it works? Is there a hidden cache somewhere? |
I do not believe that this is a duplicate of #25982. That is an earlier version of go and the issue seems to be credentials for vcs repos, not what |
$ go version
go1.15.1 linux/amd64
I have a module in github.
I added this to my ~/.gitconfig:
[url "ssh://[email protected]/"] insteadOf = https://github.com/
When I try to use the module from my
main
go mod download
cannot find v0.0.1 of the module even though the tag v0.0.1 exists in github:The tag v0.0.1 exists:
The text was updated successfully, but these errors were encountered: