使用TortoiseGit创建git clone时出现SSL证书问题 [英] SSL certificate issue while creating git clone with TortoiseGit

查看:107
本文介绍了使用TortoiseGit创建git clone时出现SSL证书问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在TortoiseGit的帮助下克隆git存储库,但出现错误:

I want to clone the git repository with the help of TortoiseGit, but I am getting error :

错误:SSL证书问题,请验证CA证书是否正常.细节:错误:14090086:SSL例程:SSL3_GET_SERVER_CERTIFICATE:访问时,证书验证失败https://git.assembla.com/pplconnect-PL.webserver.git/info/refs?service=git-upload-pack 致命:HTTP请求失败

error: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed while accessing https://git.assembla.com/pplconnect-PL.webserver.git/info/refs?service=git-upload-pack fatal: HTTP request failed

git没有干净退出(退出代码128).

git did not exit cleanly (exit code 128).

任何帮助或指导将不胜感激.

Any help or guidance will be well appreciated.

推荐答案

您可以选择忽略服务器证书(后果自负!).

You can choose to ignore the server certificate (at your own risk!).

通过以下方式配置TortoiseGit.首先打开TortoiseGit设置.

Configure your TortoiseGit in the following way. First of all open the TortoiseGit settings.

然后:

  1. 选择Git配置
  2. 按"编辑系统范围的gitconfig "
  3. ,打开全局git配置.
  4. [http] 部分中输入:
  1. Select the Git configuration
  2. Open the global git configuration pressing "Edit systemwide gitconfig"
  3. In the [http] section write:

[http]
sslVerify = false

[http]
sslVerify = false

这篇关于使用TortoiseGit创建git clone时出现SSL证书问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆