在用TorToiseGit进行 Git Clone时,遇到错误提示:
1
GIT SSL certificate problem: unable to get local issuer certificate
Workaround:
1
git config --global http.sslVerify false
Resolution:
Reference
-
Use Puttygen to generate a new key:
Parameter choose RSA, click “Generate” button, click blank area -
Click “Save private key” to save your private key
-
Copy public key and past to GitLab website server
-
Right click in an empty folder, select “TortoiseGit”-> “Clone”
-
In popup dialog, input your GitLab url, check “Load Putty Key”, select the private key you have saved
-
Click OK button