Thank you for your responses. I downloaded, make'd, and installed the most
recent versions of curl and expat as part of this process. I used the
following commands to make and install git:
./configure --prefix=<git_install_path> --with-curl=<curl_install_path>
--with-expat=<expat_install_path>
make all
make install
Thank you
-----Original Message-----
From: Jeff King [mailto:peff@peff.net]
Sent: Wednesday, May 12, 2010 12:48 PM
To: Laflen, Brandon (GE, Research)
Cc: git@vger.kernel.org
Subject: Re: fatal: Unable to find remote helper for 'http'
On Wed, May 12, 2010 at 11:08:27AM -0400, Laflen, Brandon (GE, Research)
wrote:
Did you build git with http support? You need to have curl installed for it.
If you built with the straight Makefile, you would have had to specify
NO_CURL manually. If you used the "configure" script, though, it probably
would have noticed that you didn't have curl installed and switched it off.
-Peff