Git SVN setting proxy in Mac

Source: Internet
Author: User

The new job involved high network security in the financial industry, so the company's network set up a proxy, which caused git SVN to both fail.

The following describes how to set up a proxy for git SVN.

Under 1 $ home, my path is/users/Jason:

2. Go to $ home/. subversion.

Edit servers file add

[Global]
HTTP-proxy-host = xx. xx
HTTP-proxy-Port = xxxx
[Groups]

3 edit $ home/. gitconfig

[Http]

Proxy = http://XX.XX.XX.XX: xxxx

[HTTPS]
Proxy = http://XX.XX.XX.XX: xxxx

Or directly use the command

Git config -- Global HTTP. Proxy http://XX.XX.XX.XX: xxxx
 
Git config -- Global HTTPS. ProxyHttp://XX.XX.XX.XX: xxxx


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.