RE: fatal: Unable to find remote helper for 'http'

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Laflen, Brandon (GE, Research)
Date: Wednesday, May 12, 2010 - 1:24 pm

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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
fatal: Unable to find remote helper for 'http', Laflen, Brandon (GE, ..., (Wed May 12, 8:08 am)
Re: fatal: Unable to find remote helper for 'http', Jeff King, (Wed May 12, 9:47 am)
RE: fatal: Unable to find remote helper for 'http', Laflen, Brandon (GE, ..., (Wed May 12, 1:24 pm)
RE: fatal: Unable to find remote helper for 'http', Laflen, Brandon (GE, ..., (Wed May 12, 1:53 pm)