Git

Git SSL certificate issue

Posted by Kerwen Blog on April 26, 2018

Reference

在用TorToiseGit进行 Git Clone时,遇到错误提示:

1
GIT SSL certificate problem: unable to get local issuer certificate

Workaround:

1
git config --global http.sslVerify false

Resolution:
Reference

  1. Use Puttygen to generate a new key:
    Parameter choose RSA, click “Generate” button, click blank area

  2. Click “Save private key” to save your private key

  3. Copy public key and past to GitLab website server

  4. Right click in an empty folder, select “TortoiseGit”-> “Clone”

  5. In popup dialog, input your GitLab url, check “Load Putty Key”, select the private key you have saved

  6. Click OK button