git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Unable to make git with https support
@ 2012-03-07 19:52 Nate Parsons
  2012-03-07 19:57 ` Thomas Rast
  2012-03-07 20:05 ` Junio C Hamano
  0 siblings, 2 replies; 5+ messages in thread
From: Nate Parsons @ 2012-03-07 19:52 UTC (permalink / raw)
  To: git

I'm trying to make git for myself, but can't seem to get https
working. This is what I did to make it:

> wget http://git-core.googlecode.com/files/git-1.7.9.3.tar.gz
> tar -xf git-1.7.9.3.tar.gz
> cd git-1.7.9.3.tar.gz
> ./configure --with-curl --prefix=$HOME
> make
> make install

In a new shell

> git clone https://github.com/git/git.git
Cloning into 'git'...
fatal: Unable to find remote helper for 'https'

But my machine does have curl, and that curl can access https urls

> which curl
/usr/bin/curl
> curl --version
curl 7.19.0 (x86_64-suse-linux-gnu) libcurl/7.19.0 OpenSSL/0.9.8h
zlib/1.2.3 libidn/1.10
Protocols: tftp ftp telnet dict ldap http file https ftps
Features: GSS-Negotiate IDN IPv6 Largefile NTLM SSL libz
> curl https://github.com/git/git.git
<GitHub 404 page, no https error message>

Thanks, Nate

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-03-08  8:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-07 19:52 Unable to make git with https support Nate Parsons
2012-03-07 19:57 ` Thomas Rast
2012-03-07 22:30   ` Nate Parsons
2012-03-08  8:19     ` Thomas Rast
2012-03-07 20:05 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).