问题:

server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none

解决方法:

在环境变量中加入

export GIT_SSL_NO_VERIFY=1
上面的不好用试试下面的:

git config --global http.sslverify false

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-01
猜你喜欢
  • 2021-08-16
  • 2021-09-22
  • 2021-10-28
  • 2022-12-23
  • 2021-05-28
  • 2022-01-26
  • 2022-02-07
相关资源
相似解决方案