git clone https://github.com/cppla/ServerStatus.git
Initialized empty Git repository in /var/www/html/ServerStatus/.git/
error: while accessing https://github.com/cppla/ServerStatus.git/info/refs
fatal: HTTP request failed

一般是由于以下几种问题造成的:

  1. git版本的问题:可以通过安装更高的版本解决问题,可以参考这里《CentOS下源码包编译安装Python-2.7.8》
  2. 系统的时间不对,使用date查看时间是否正确,如果不正确可以参考这里《Linux修改系统时区》