Problems with certificate to use GIT in https

2

The GIT repositories I'm accessing are 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.
    
asked by anonymous 27.08.2014 / 12:04

1 answer

2

I have already found the solution. Just disable certificate validation on the GIT client, in this case on SourceTree

    
27.08.2014 / 13:06