git clone https://github.com/xxxx/lilxxy.gitInitialized empty Git repository in /tmp/clone123/lxyily/.git/error: while accessing https://github.com/xxxx/lxyily.git/info/refsfatal: HTTP request failed
The cause of this error can be:
1. Server Time Issues
2. Git version issue
3, Curl version issue
For 3, because Git is actually connected by curl when connected. Via Curl Https://xxxx found also error, found SSL connection problem
It is not the same as the version of Curl in a server that can git clone to find a failed server. So update curl
yum update -y nss curl libcurl
NSS here is the default use of SSL authentication method, of course, can also be changed to OpenSSL way. See if it is NSS or OpenSSL certified in a way that
If you need to change the way to OpenSSL, you can refer to the network
Https://www.cnblogs.com/showker/p/4706271.html
git clone error: Fatal:http request failed