diff options
author | Ondřej Surý <ondrej@sury.org> | 2011-02-18 09:50:58 +0100 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2011-02-18 09:50:58 +0100 |
commit | c072558b90f1bbedc2022b0f30c8b1ac4712538e (patch) | |
tree | 67767591619e4bd8111fb05fac185cde94fb7378 /doc/install.html | |
parent | 5859517b767c99749a45651c15d4bae5520ebae8 (diff) | |
download | golang-upstream/2011.02.15.tar.gz |
Imported Upstream version 2011.02.15upstream/2011.02.15
Diffstat (limited to 'doc/install.html')
-rw-r--r-- | doc/install.html | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/doc/install.html b/doc/install.html index 5917da964..d8fa8b468 100644 --- a/doc/install.html +++ b/doc/install.html @@ -110,6 +110,21 @@ package repository will most likely be old and broken.) If that fails, try installing manually from the <a href="http://mercurial.selenic.com/wiki/Download">Mercurial Download</a> page.</p> </p> +<p> +Mercurial versions 1.7.x and up require the configuration of +<a href="http://mercurial.selenic.com/wiki/CACertificates">Certification Authorities</a> +(CAs). Error messages of the form: +</p> +<pre> +warning: go.googlecode.com certificate with fingerprint b1:af: ... bc not verified (check hostfingerprints or web.cacerts config setting) +</pre> +<p> +when using Mercurial indicate that the CAs are missing. +Check your Mercurial version (<code>hg --version</code>) and +<a href="http://mercurial.selenic.com/wiki/CACertificates#Configuration_of_HTTPS_certificate_authorities">configure the CAs</a> +if necessary. +</p> + <h2 id="fetch">Fetch the repository</h2> <p> @@ -138,8 +153,7 @@ If all goes well, it will finish by printing output like: </p> <pre> ---- cd ../test -N known bugs; 0 unexpected bugs +ALL TESTS PASSED --- Installed Go for linux/amd64 in /home/you/go. |