-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: we're fetching github.com?go-get=1 #26885
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 probably comes from this loop: go/src/cmd/go/internal/modload/import.go Lines 153 to 183 in f2131f6
(I'm attempting to factor it out in https://golang.org/cl/128136, but that probably doesn't change the symptom.) Perhaps we should hard-code some well-known constraints on module paths: for example, paths beginning with Are you able to fetch the private repos otherwise? (That's #26134 in general, I think.) |
No. I'll leave a comment there. |
Change https://golang.org/cl/129683 mentions this issue: |
I just noticed with "go install -v" that we're fetching
https://github.com?go-get=1
, which seems wrong:My program's imports are:
Where
github.com/bradfitz/private
is a private github repo.In my
~/.gitconfig
I have:Seems like this only affects modules mode.
The text was updated successfully, but these errors were encountered: