0

When I clone the git repository, I got below error,

Cloning into 'samples'...
fatal: unable to access 'https://182.101.71.48:12453/devel/git/samples/samples.git/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none

Please, help me. Thanks in advance.

1 Answers1

0

Apply below command,

git config --global http.sslVerify false

then, clone git repository.

msc
  • 32,079
  • 22
  • 110
  • 197