Bootstrap

linux 环境报错:Peer reports incompatible or unsupported protocol version

出现问题的原因:
curl 不兼容或不支持的协议版本。

在这里插入图片描述

解决方案:

yum update -y nss curl libcurl

如此继续之前的操作即可。

;