After installing git i was getting the below error: git clone: fatal: Unable to find remote helper for 'https'
I followed the link : "Unable to find remote helper for 'https'" during git clone
and tried the below:
$ yum install curl-devel
$ # cd to wherever the source for git is
$ cd /usr/local/src/git-1.7.9
$ ./configure
$ make
$ make install
I am getting the below error: The certificate /usr/share/rhn/RHNS-CA-CERT is expired.
Thoughts??