-
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: improved failing messages needed for git version 1.7.1 on CentOS6 #28825
Comments
Please post the complete output that you saw. (If we don't know what's broken, we can't fix it, and “cannot find module” is a perfectly reasonable failure message if we already gave more detail on a previous line.)
See previously #26594. |
@bcmills Thanks for you reply. Let me put all information below. env
build
This is a example small enough.
But these info not appear in the output of go build -x,so the last message cannot find module for path bazil.org/fuse is quite confusing. |
Thanks for the detail! |
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?
reproducing is quite easy:
What did you expect to see?
go module works fine.
Even if git version not supported, we need a message to tell us what's the problem.
What did you see instead?
some strange failing messages comes out, like below:
But when i check the details of the go cmd, i fount message has nothing to do with the true reason.
The true reasons are:
related issues
The text was updated successfully, but these errors were encountered: