SSL certificate

Asked

Viewed 572 times

0

Good morning everyone, I’m trying to clone a project from github to my machine, but this always appears the following error:

fatal: Unable to access 'https://github.com/jcfonsecagit/repositorio.git/': SSL problem: self Signed Certificate in Certificate chain

I thought it was for lack of settings like email, user, and even key. I made all the settings and tried to clone again, created even a new key, but still the message continues. Someone can help me, I don’t know what I’m doing wrong.

1 answer

0


Friend type like this in the terminal:

git config --global http.sslVerify false

I hope I’ve helped.

  • Thank you very much. It worked. what’s with this command?

  • It disables SSL checking, friend if you can put as correct answer thank you.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.