-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: go get seems to require Hg on Windows, git not sufficient #11444
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
Once I installed Mercurial, the go get command succeeded. |
That is because code.google.com/p/go-imap work with Mercurial rather then Git. So you need Mercurial (Hg) to get the source code. Go can't do without Mercurial in this case. |
This page https://github.com/golang/go/wiki/GoGetTools is worded to suggest that having one of the tools is sufficient. It should be reworded. |
Updated, not that I think it's necessary. |
Don't you wonder who should be the judge of necessity of clarity of documentation: an experienced user who maintains the documentation or a new user who depends upon the accuracy of the information on the documentation? |
Running on Win7 with latest Go installation and I have git installed. When I try to run go get, I get an error message saying that Mercurial is not installed. The documentation to which the error message refers indicates that git is one of the available source code control options. Here is the transcript:
The text was updated successfully, but these errors were encountered: