问题描述 当从github拉取代码时没反应,例如下面的拉取命令 git clone https://github.com/redis/hiredis.git 解决方案 尝试过将https换为git,仍然不行,需要执行以下命令 yum update -y nss curl libcurl 如果出现如图状况则把update换成install 像这样子 yum install -y nss curl libcurl 等待安装,重新执行命令,成功拉取