-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
sum.golang.org: returns 404 not found for an existing version of very large repo #56174
Comments
Can you run the following command from a clean vanilla environment? (no special github permission, etc)
The command takes long time in my desktop (stuck during |
|
Not that if I request the sumdb once its cache has expired, I have a slightly different error label (still 404 though) :
Looks like it's a time out issue indeed! |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
#57185 is for what's happening now |
This comment was marked as off-topic.
This comment was marked as off-topic.
My team ran into this yesterday with |
I've seen a few of these in the |
I am getting not found error but if you check the repo already exist here https://github.com/ubgo/gofm/releases/tag/ginserver%2Fv0.0.9 tst go get github.com/ubgo/gofm/ginserver@v0.0.9
go: downloading github.com/ubgo/gofm/ginserver v0.0.9
go: github.com/ubgo/gofm/ginserver@v0.0.9: verifying module: github.com/ubgo/gofm/ginserver@v0.0.9: reading https://sum.golang.org/lookup/github.com/ubgo/gofm/ginserver@v0.0.9: 404 Not Found
server response:
not found: github.com/ubgo/gofm/ginserver@v0.0.9: invalid version: git ls-remote -q origin in /tmp/gopath/pkg/mod/cache/vcs/7f2330e9251df817986bc960f2658c75dcadbfc629e4df795b6b857268f84e8f: exit status 128:
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Confirm the import path was entered correctly.
If this is a private repository, see https://golang.org/doc/faq#git_https for additional information.
|
I believe I'm running into the same issue with https://github.com/alexaandru/go-sitter-forest . Even though https://github.com/alexaandru/go-sitter-forest/tree/bash/v1.5.11 clearly exists (for about 30 minutes now), The repo is indeed very large (1.3GB) but each folder in there is an individual Go module. Bash folder alone is only 10MB and the .git folder alone is ~130MB. Update: 5 minutes later, it worked! :-) |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Update the
ignite/cli
dependency in a module to a newer version dffafa16f6fd91d9ef4462570038210c518d08ddThe problem is reproducible without using a specific module :
What did you expect to see?
sum.golang.org
should return the checksum data instead of 404.What did you see instead?
sum.golang.org
returns a 404 not found error.The text was updated successfully, but these errors were encountered: