安装git后我得到以下错误: git clone:致命:无法找到' https'
的远程助手我按照链接: "Unable to find remote helper for 'https'" during git clone
并尝试了以下内容:
$ yum install curl-devel
$ # cd to wherever the source for git is
$ cd /usr/local/src/git-1.7.9
$ ./configure
$ make
$ make install
我收到以下错误: 证书/ usr / share / rhn / RHNS-CA-CERT已过期。
思想??
答案 0 :(得分:3)
您的SSL证书sesms已过期。将其替换为有效的。
rm /usr/share/rhn/RHNS-CA-CERT
wget -P /usr/share/rhn http://f.cl.ly/items/1B19031O2E0m1k3E2n3u/RHNS-CA-CERT
此外,更新Red Hat Network软件包
yum -y update rhn*
答案 1 :(得分:1)
这也可能发生在Oracle Linux上,在这种情况下,您可以简单地绕过ULN / RHN yum插件并从公共仓库中获取最新的 rhn-client-tools 。
yum update rhn-client-tools --noplugins