从远程Git服务器下载代码提示“SSL certificate problem: self signed certificate in certificate chain”解决方案

问题描述:从远程Git服务器下载代码时,提示“SSL certificate problem: self signed certificate in certificate chain”。
解决方案:

  1. 单击右键 – 点击Git Bash 进入 Git 控制端的黑窗口;
    在这里插入图片描述
  2. 在黑窗口中输入:
    git config --global http.sslVerify false
    在这里插入图片描述
  3. 点击Enter后,就可以去掉Git 的ssl验证,正常下载代码了;
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章