curl-library
Are there any hints with building Git with HTTP and HTTPS helpers?
Date: Mon, 24 Aug 2015 19:08:31 -0400
I'm working with an old piece of APple iron. It lacks Git, so I've
been trying to build it from scratch. According to Git's `configure
--help`, I need to callout cURL and I am supposed to get HTTP and
HTTPS helpers:
./configure --help | grep -i http
--with-curl support http(s):// transports (default is YES)
However, after:
make configure
./configure --with-openssl=/usr/local --with-libpcre=/usr/local
--with-curl=/usr/local \
--with-zlib=/usr/local --with-iconv=/usr/local --prefix=/usr/local
make
It results in:
$ git clone https://github.com/weidai11/cryptopp.git cryptopp-git
Cloning into 'cryptopp-git'...
fatal: Unable to find remote helper for 'https'
Does anyone have any hints for building Git with HTTP and HTTPS helpers?
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2015-08-25