Mac OS X 10.8 solves the issue of Hg failure to download HTTPS website code

Source: Internet
Author: User
Tags mercurial

In Mac OS X 10.8, if you use Hg clone https: xxxx.org, there will be warning, which is mainly caused by security authentication. To avoid this problem, follow these steps:

1. Enter the command line mode and run the following command to generate an authentication file. Do not be in trouble. Do not download the authentication file on the network:

OpenSSL req-New-X509-extensions v3_ca-keyout/dev/null-out dummycert. pem-days 3650

A dummycert. PEM is generated,

2. Copy the authentication file to the/etc directory:

Sudo CP dummycert. PEM/etc/hg-dummy-cert.pem

3. Create a configuration file:

VI/etc/mercurial/hgrc

Add the following content:

[Web] cacerts =/etc/hg-dummy-cert.pem

4. Try again to clone a repo,

Hg clone https://xxx.xxx

Solved the problem. The test was successful.

Appendix:

Mercurial: http://mercurial.berkwood.com/binaries/Mercurial-2.1.2-py2.7-macosx10.7.zip

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.