SSL certificate issue while creating git clone with TortoiseGit

后端 未结 7 1431
心在旅途
心在旅途 2021-01-31 04:33

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:1

7条回答
  •  無奈伤痛
    2021-01-31 05:14

    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:

    1. Select the Git configuration
    2. Open the global git configuration pressing "Edit systemwide gitconfig"
    3. In the [http] section write:

    [http]
    sslVerify = false

提交回复
热议问题