Mac OS X 10.8 solves the issue of hg failure to download https website code

Source: Internet
Author: User
Tags mercurial

Mac OS x 10.8 solves the issue of hg failure to download https protocol website code in Mac OS X 10.8, using hg clone https: xxxx.org, there will be warning, mainly due to security authentication issues, to avoid this problem, follow these steps: 1. Enter the command line mode and execute the following command to generate an authentication file. Do not worry about the problem. Remember not to download the authentication file on the network: www.2cto.com [plain] openssl req-new-x509-extensions v3_ca-keyout/dev/null-out dummycert. in pem-days 3650, A dummycert is generated. pem, 2 copy the authentication file to the/etc directory: www.2cto.com [plain] sudo cp dummycert. pem/etc/hg-dummy-cert.pem 3 create profile: [plain] vi/etc/mercurial/hgrc Add the following content: [plain] [web] cacerts =/etc/hg-dummy-cert.pem 4 try again clone a repo, hg clone https://xxx.xxx problem solving, closed test successful Appendix: Mercurial: http://mercurial.berkwood.com/binaries/Mercurial-2.1.2-py2.7-macosx10.7.zip (3.17 M)

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.