On Tue, Feb 4, 2020 at 4:32 PM Ashima Matiman <ashimamatiman83@xxxxxxxxx> 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