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.
I’ve already found the solution. Just disable certificate validation on the GIT client, in this case on Sourcetree.
– André Leal