Re: Unable to make git with https support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Nate Parsons <parsons.nate@xxxxxxxxx> writes:

> 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

I wonder if omitting the whole "configure" thing (remove
config.mak.autogen) and doing

    $ make
    $ make install

may work for you better?

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]