git clone 下载失败,错误信息如下:
[root@salt ~]# git clone https://github.com/guohongze/adminset.git
Initialized empty Git repository in /root/adminset/.git/
error: while accessing https://github.com/guohongze/adminset.git/info/refs
fatal: HTTP request failed
解决方法:升级git版本
升级步骤略
升级git后又遇到如下错误:
git clone https://github.com/guohongze/adminset.git
Cloning into ‘adminset’…
fatal: unable to access ‘https://github.com/guohongze/adminset.git/‘: SSL connect error
解决方法:升级nss curl libcurl
yum update -y nss curl libcurl