The error "unable to find remote helper for 'https'" is reported during git push.

Source: Internet
Author: User

Use git push in UbuntuCodeThe error "unable to find remote helper for 'https'" is reported on GitHub.

My solution is to reinstall git 1.7.7.

Specific implementation:

Sudo apt-Get remove Git-core

Wget http://git-core.googlecode.com/files/git-1.7.7.tar.gz

Sudo apt-Get build-dep Git-core

Tar xvzf git-1.7.7.tar.gz

CD git-1.7.7/

./Configure

Make

Sudo make install

Implementation:

Remove the installed version

Download the latest. Tar

Install all mandatory dependencies (maybe obsolete, as you had it already running)

Un-Tar it

Configure the make-File

Install it

Solution.

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.