Dear All, I'm working in a company with private apt thus I can only install git v1.5 using apt-get, and I find I cannot use https to clone git repository, while the reason I think is my low version git. I downloaded the v1.8.5 (the lastest one in http://code.google.com/p/git-core/downloads/list) then I tried to compile it using "sudo make prefix=/usr/local all". firstly, I got lots of errors and in fact those errors mean one thing that I don't have curl.h there, secondly, I googled here http://stackoverflow.com/questions/8536203/how-can-i-install-git-on-my-webserver-with-a-curl-h-no-such-file-error it really a good solution that I decide to download curl dev rpm, but it's proved a nightmare, when I want to install curl (libcurl) it showed it dependend so many other libs! Must I dowanload each of libs and make them then install libcurl, then git 1.8.5?
I wonder whether there is an executable latest git version for Redhat RHEL5 x86_64, thanks in advance! David -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
