vue-element-admin fatal: unable to access 'https://github.com/nhn/raphael.git/': OpenSSL SSL_connect: Connection was reset in connection to github.com:443

vptzau2j  于 2022-10-20  发布在  Git
关注(0)|答案(5)|浏览(987)

Question 安装过程出现 fatal: unable to access ' https://github.com/nhn/raphael.git/ ': OpenSSL SSL_connect: Connection was reset in connection to github.com:443

vpn,使用 nrm 更换各种镜像,我都试过了总是卡在这里

Screenshot or Gif(截图或动态图)

Other relevant information
  • Your OS: windows 10
  • Node.js version: 14.17.0
  • vue-element-admin version: 4.4.0
8wigbo56

8wigbo561#

我也是遇到这个问题

uurity8g

uurity8g3#

用 yarn 下载和安装依赖试试

wvt8vs2t

wvt8vs2t4#

最好把node.js切换成12

kdfy810k

kdfy810k5#

解决方案来啦:
https下载依赖证书问题,可以取消https验证:git config --global http.sslVerify false
第一次上面方案可行,后面报错再执行就报原来的错误,需要设置代理:
改成自己的代理地址和端口
git config --global https.proxy https://127.0.0.1:1080

相关问题