问题描述
我想在 TortoiseGit 的帮助下克隆 git 存储库,但出现错误:
错误:SSL 证书问题,验证 CA 证书是否正常.细节:错误:14090086:SSL 例程:SSL3_GET_SERVER_CERTIFICATE:访问 时证书验证失败https://git.assembla.com/pplconnect-PL.webserver.git/info/refs?service=git-upload-pack致命:HTTP 请求失败
git 没有完全退出(退出代码 128).
我们将不胜感激任何帮助或指导.
您可以选择忽略服务器证书(风险自负!).
按以下方式配置您的 TortoiseGit.首先打开 TortoiseGit 设置.
然后:
- 选择 Git 配置
- 按
Edit systemwide gitconfig
"打开全局 git 配置 - 在
[http]
部分写:
[http]
sslVerify = 假
I want to clone the git repository with the help of TortoiseGit, but I am getting error :
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-packfatal: HTTP request failed
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!).
Configure your TortoiseGit in the following way. First of all open the TortoiseGit settings.
Then:
- Select the Git configuration
- Open the global git configuration pressing "
Edit systemwide gitconfig
" - In the
[http]
section write:
这篇关于使用 TortoiseGit 创建 git clone 时出现 SSL 证书问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!