ERROR: git can't find remote helper for https on SUSE 12.4

87 Views Asked by At

On SUSE version 12.4 the git installation is made through binaries 2.12.2 (OFFLINE). libcurl, expat and openssl are already installed

COMMANDS:

CPPFLAGS="-I $HOME/include" LDFLAGS="-L$HOME/lib -L$HOME/lib64" ./configure --with-curl=$HOME --with-openssl=$HOME --prefix=$HOME --with-expat=$HOME
make 
make install 
git clone https://xxxx**

I have the following error:

git can't find remote helper for https
0

There are 0 best solutions below