Hi, as a newbie round here I'm not sure how appropriate it is to resurrect such an old thread, but as I found it by searching for the problem text it seems more appropriate to update here than open a separate thread. In a nutshell the current 9.x arm6 release of git.tcz seems to have a re-occurence of this helper problem. In fact it seems to be linked against far fewer libraries generally than the previous versions of the program. See screen dump for details.
All is far from lost for me personally, SourceForge also support the git: protocol which seems to work fine, I just got blinkered into using https: for a scripted build and tripped over this. Let me know if you need any supplementary information or tests.
Cheers,
Phil.
philg@picore:/tmp$ uname -a
Linux picore 4.9.22-piCore #1 Sat Apr 15 15:30:03 UTC 2017 armv6l GNU/Linux
philg@picore:/tmp$ tce-load -i curl
curl is already installed!
philg@picore:/tmp$ tce-load -i expat2
expat2 is already installed!
philg@picore:/tmp$ git clone https://git.code.sf.net/p/avra/code dummy-folder
Cloning into 'dummy-folder'...
fatal: Unable to find remote helper for 'https'
philg@picore:/tmp$ ldd /mnt/nfs/tmp/git-9.x
libz.so.1 => /usr/lib/libz.so.1 (0xb6f8d000)
librt.so.1 => /lib/librt.so.1 (0xb6f76000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb6f4c000)
libc.so.6 => /lib/libc.so.6 (0xb6e0e000)
/lib/ld-linux-armhf.so.3 (0x7f640000)
philg@picore:/tmp$ ldd /mnt/nfs/tmp/git-8.x
libpcre.so.1 => /usr/local/lib/libpcre.so.1 (0xb6eac000)
libz.so.1 => /usr/lib/libz.so.1 (0xb6e89000)
libcrypto.so.1.0.0 => /usr/local/lib/libcrypto.so.1.0.0 (0xb6d12000)
librt.so.1 => /lib/librt.so.1 (0xb6cfb000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb6cd1000)
libc.so.6 => /lib/libc.so.6 (0xb6b93000)
libdl.so.2 => /lib/libdl.so.2 (0xb6b80000)
/lib/ld-linux-armhf.so.3 (0x7f58f000)
philg@picore:/tmp$ ldd /mnt/nfs/tmp/git-7.x
libpcre.so.1 => /usr/local/lib/libpcre.so.1 (0xb6f4f000)
libz.so.1 => /usr/lib/libz.so.1 (0xb6f2c000)
libcrypto.so.1.0.0 => /usr/local/lib/libcrypto.so.1.0.0 (0xb6db5000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb6d8b000)
libc.so.6 => /lib/libc.so.6 (0xb6c4d000)
libdl.so.2 => /lib/libdl.so.2 (0xb6c3a000)
/lib/ld-linux-armhf.so.3 (0x7f583000)