git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Install git 2.12.2 on suse 12.4 from source code
@ 2020-02-04 11:02 Ashima Matiman
  2020-02-04 16:25 ` Hariom verma
  0 siblings, 1 reply; 2+ messages in thread
From: Ashima Matiman @ 2020-02-04 11:02 UTC (permalink / raw)
  To: git

Hi,

I am trying to install git 2.12.2 on SUSE 12.4 using git binaries.
After the installation, I am facing issue while executing the following command:
git clone http
git clone https
The error is :
fatal: Unable to find remote helper for 'https'

Can you help me with finding procedure for proper installation via binaries.
Looking forward to your reply! :)

Regards,
Ashima Matiman

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Install git 2.12.2 on suse 12.4 from source code
  2020-02-04 11:02 Install git 2.12.2 on suse 12.4 from source code Ashima Matiman
@ 2020-02-04 16:25 ` Hariom verma
  0 siblings, 0 replies; 2+ messages in thread
From: Hariom verma @ 2020-02-04 16:25 UTC (permalink / raw)
  To: Ashima Matiman; +Cc: git

On Tue, Feb 4, 2020 at 4:32 PM Ashima Matiman <ashimamatiman83@gmail.com> wrote:
>
> Hi,

Hi Ashima,

> I am trying to install git 2.12.2 on SUSE 12.4 using git binaries.
> After the installation, I am facing issue while executing the following command:
> git clone http
> git clone https
> The error is :
> fatal: Unable to find remote helper for 'https'
>
> Can you help me with finding procedure for proper installation via binaries.

It looks like not having (lib)curl-devel installed when you compile
git can cause this.
This problem may can be solved by installing (lib)curl-devel, and then
rebuilding/installing git.
You may also want checkout this[1].

Cheers,
Hariom

[1]: https://stackoverflow.com/questions/8329485/unable-to-find-remote-helper-for-https-during-git-clone

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-04 21:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-04 11:02 Install git 2.12.2 on suse 12.4 from source code Ashima Matiman
2020-02-04 16:25 ` Hariom verma

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).