使用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