I'm attempting to clone a git repository hosted in Stash, but having no luck.
I get the following error:
fatal: unable to access 'https://xxx@stash.xxx.com/scm/yyy/yyy.git/': SSL certificate problem: Invalid certificate chain
I confirmed that I have access to the repository by logging into Stash and viewing it through my browser.
I also loaded the private key for that repository using ssh-add
.