Unable to find remote helper for ' https '

Source: Internet
Author: User
Tags using git

This error indicates that the current state of Git is normal, either not installed, or the installation of the compression itself caused no permissions

The third situation is that after reinstalling with Yum install git, the error still occurs because the Git_hom configuration in the environment variable is still problematic for old http://blog.csdn.net/yanwuhuan/article/details/7412370

Fix this git error: fatal:unable to find remote helper for ' https '

The system is CENTOS5

Search a bit, to install curl, but I have installed AH?

Uninstall git, Reload, try again, inadvertently found a hint, no permission to execute Git-remote-https, huh?

Find the directory where this file is located/usr/libexec/git-core, add to path, get it done!

http://blog.csdn.net/yanwuhuan/article/details/7412370

Get code remotely using git

[Plain]View PlainCopyprint?
    1. git clone https://github.com/twlkyao/findfile.git

Fatal:unable to find remote helper for ' https ' (this is because the GIT environment is not fully installed and needs to be reinstalled after reloading), you can temporarily use Git instead of HTTPS, using the following command:

[Plain]View PlainCopy print?
    1. git clone git://github.com/twlkyao/findfile.git

This will be described using the code installation:

Switch to the Code directory:

[Plain]View PlainCopyprint?
    1. Cd/opt/git-1.8.1.2/

Then follow the instructions in install to set the installation prefix (typically using root installation):

[Plain]View PlainCopyprint?
    1. $ make prefix=/usr all DOC info; # as yourself
    2. # make PREFIX=/USR install Install-doc install-html install-info; # as Root

Then execute the Make install

[Plain]View PlainCopy print?
      1. # make Install

http://blog.csdn.net/twlkyao/article/details/16974477

Not bad

Unable to find remote helper for ' https '

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.