-2

When using git clone command (git clone <repo url>) this error is there:

SSL Certification problem:self signed certificate in certificate chain

So can't clone the git repo to local folder

phd
  • 82,685
  • 13
  • 120
  • 165
  • It may help to check the similar issue https://confluence.atlassian.com/fishkb/unable-to-clone-git-repository-due-to-self-signed-certificate-376838977.html – leiyc Jan 03 '19 at 07:06
  • Is SSL the only way to connect with that repo? Maybe HTTPS is an option?Are you trying to clone some publicly available repo? If yes, what is the url? – salchint Jan 03 '19 at 10:26
  • Possible duplicate of [configure Git to accept a particular self-signed server certificate for a particular https remote](https://stackoverflow.com/questions/9072376/configure-git-to-accept-a-particular-self-signed-server-certificate-for-a-partic) – phd Jan 03 '19 at 13:46
  • https://stackoverflow.com/search?q=%5Bgit%5D+SSL+Certification+problem%3A+self+signed+certificate+in+certificate+chain – phd Jan 03 '19 at 13:46

1 Answers1

-1

Need to login account git (github/gitlab/etc) from cmd.

yoppie97
  • 177
  • 4
  • 18