mac 安装nvm报错curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to raw.githubusercontent.com:443
根据网上教程–命令行安装:
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
安装报错,提示:
curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to raw.githubusercontent.com:443
在网上继续搜索,发现,大家很多安装homebrew也类似报错,好像是mac不能通过外部链接来安装,也有的说是dns污染,需要配置host,于是乎,从网上学习得到,配置如下:
199.232.68.133 raw.githubusercontent.com
报错如下:
curl: (7) Failed to connect to raw