We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
go version
go version go1.13 darwin/amd64
Yes
go env
GOHOSTARCH="amd64" GOHOSTOS="darwin"
go get [a private git repository]
go: finding [a private git repository] latest
Gitea: Unauthorized Cannot find repository <repositoryname> fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
This works perfect on go1.12 but not go1.13. I have a similiar configuration on ~/.gitconfig as below:
[url "[email protected]:golang/"] insteadOf = https://golang.org/x/
The text was updated successfully, but these errors were encountered:
This is a mistake.
Sorry, something went wrong.
HI @lunny, how did you solve this?
This is most likely related to #34094
This issue is a gitea's problem. go-gitea/gitea#8100 will fix that. @joeky888 Sorry, I'm not familiar with gitlab.
Thanks @lunny, actually we are using gitea.
No branches or pull requests
What version of Go are you using (
go version
)?go version go1.13 darwin/amd64
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?GOHOSTARCH="amd64"
GOHOSTOS="darwin"
What did you do?
go get [a private git repository]
What did you expect to see?
go: finding [a private git repository] latest
What did you see instead?
This works perfect on go1.12 but not go1.13. I have a similiar configuration on ~/.gitconfig as below:
The text was updated successfully, but these errors were encountered: