解决curl: (35) OpenSSL SSL_connect: Connection reset by peer in connection to raw.githubusercontent.com:443 错误

时间:2020-09-21 21:50:55   收藏:0   阅读:3215

报错命令

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash

 

报错状态

技术分享图片

 

 

解决办法

原因是没有安装git,用以下命令安装git,然后再执行上面的命令
sudo apt-get install git

参考https://www.pianshen.com/article/51111269488/

 

原文:https://www.cnblogs.com/chen55555/p/13707192.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!