git https

作者: Joncc | 来源:发表于2022-01-13 17:44 被阅读0次

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

git config --global http.sslverify false

问题解决:

方案一:
关闭系统的安全认证。
能解决所有证书问题,操作简单,系统面临一定的风险。

终端输入命令

export GIT_SSL_NO_VERIFY=1

相关文章

  • git https

    解决server certificate verification failed. CAfile: /etc/ss...

  • Git Git-lab

    Git安装 Git(官网:https://git-scm.com/download/[https://git-sc...

  • Git

    Git Git环境配置 软件下载 打开 [git官网] https://git-scm.com/[https://...

  • 支持所有视频格式的播放器:SGPlayer

    git地址:https://github.com/libobjc/SGPlayer.git[https://git...

  • IDEA集成git

    1、下载git https://git-scm.com/downloads[https://git-scm.com...

  • TortoiseGit配置GitHub

    软件安装 Git:https://git-scm.com/downloads[https://git-scm.co...

  • git(1)环境配置

    1、git下载 win:https://git-scm.com/download/win[https://git-...

  • pyCharm中配置git

    git下载: https://git-scm.com/downloads git配置:https://www.cn...

  • Gitlab

    Git主页:https://git-scm.com/GitHub主页:https://github.com/Git...

  • git安装和使用

    一、前言: 1、git下载地址:https://git-scm.com/downloads[https://git...

网友评论

      本文标题:git https

      本文链接:https://www.haomeiwen.com/subject/ssdvqrtx.html