Certified problems using GIT in https

Asked

Viewed 313 times

2

The GIT repositories I’m accessing are now only available in HTTPS. However when I try to access the repository, I get the following error:

git -c diff.mnemonicprefix=false -c core.quotepath=false fetch origin
fatal: unable to access 'https://<endereço>/scm/ec/repo.git/': SSL certificate problem: self signed certificate

Completed with errors, see above.
  • 1

    I’ve already found the solution. Just disable certificate validation on the GIT client, in this case on Sourcetree.

1 answer

2

I’ve already found the solution. Just disable certificate validation on the GIT client, in this case on Sourcetree

Browser other questions tagged

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