问题

克隆github项目出现SSL connect error

git clone https://github.com/creationix/nvm     
Cloning into 'nvm'...
fatal: unable to access 'https://github.com/creationix/nvm/': SSL connect error

原因

ssl证书可能过期了

解决方案

yum update -y nss curl libcurl

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-10
  • 2021-03-29
  • 2021-12-20
  • 2022-03-09
  • 2021-08-21
猜你喜欢
  • 2022-12-23
  • 2021-08-27
  • 2022-12-23
  • 2021-07-28
  • 2021-04-07
  • 2022-12-23
  • 2021-09-02
相关资源
相似解决方案