-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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: go get fails against GerritHub server #71282
Comments
this is actionable without a reproducer? or is it still broken? |
@seankhliao if I'm honest I don't have the understanding of the git client/server involved to reduce further, without some guidance. The above reproducer still fails for me:
|
hmm, my git 2.48.1 from arch linux works though, where's your git from? |
Very interesting. I'm using
Built from source. But I can also reproduce with v2.48.1 build from source. Just thinking out loud, but something else we can't rule out here is that you might be hitting a different replica of GerritHub. |
I also run into this issue on Right now, with https://pkg.go.dev/github.com/rogpeppe/go-internal/cmd/testscript - note that it starts with an isolated environment, so that means an empty I last ran into this failure just two days ago: https://issues.gerritcodereview.com/issues/384756627#comment3 |
Go version
go version devel go1.24-368a9ec998 Tue Jan 14 14:54:07 2025 -0800 linux/arm64
Output of
go env
in your module/workspace:What did you do?
Testscript repro:
What did you see happen?
What did you expect to see?
Passing test.
Also relevant:
Raising this on the back of seeing #71261 and the fix from @rsc which appears to be somewhat related.
Note that the server here is GerritHub.io.
Per https://issues.gerritcodereview.com/issues/384756627 it might be a server issue. But per #71261 I guess it might be a client expectation issue.
The text was updated successfully, but these errors were encountered: