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

dl: git clone fails for invalid authentication #42030

Closed
hugelgupf opened this issue Oct 16, 2020 · 1 comment
Closed

dl: git clone fails for invalid authentication #42030

hugelgupf opened this issue Oct 16, 2020 · 1 comment

Comments

@hugelgupf
Copy link
Contributor

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

$ go version
go version go1.10.4 linux/amd64

(Debian)

Does this issue reproduce with the latest release?

no clue

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

go env Output
$ go env

What did you do?

$ go get golang.org/dl/go1.15
# cd .; git clone https://go.googlesource.com/dl /home/chrisko/go/src/golang.org/dl
Cloning into '/home/chrisko/go/src/golang.org/dl'...
remote: INVALID_ARGUMENT: Request contains an invalid argument.
remote: [type.googleapis.com/google.rpc.LocalizedMessage]
remote: locale: "en-US"
remote: message: "Invalid authentication credentials. Please generate a new identifier: https://go.googlesource.com/new-password"
remote: 
remote: [type.googleapis.com/google.rpc.RequestInfo]
remote: request_id: "d9949cce9cfd44829423116aadcc33b4"
fatal: unable to access 'https://go.googlesource.com/dl/': The requested URL returned error: 400
package golang.org/dl/go1.15: exit status 128


### What did you expect to see?

a git clone that doesn't need any authentication.

### What did you see instead?

failure
@hugelgupf
Copy link
Contributor Author

Hah, I'm so sorry. I had .gitcookies for go.googlesource.com set, apparently? I must have done that ages ago, because I don't even remember what those are. Anyway, nevermind, I can clone now (after deleting them).

@golang golang locked and limited conversation to collaborators Oct 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants