We are getting the following error:
Hi Michael and welcome to the community!
Does this occur with a Bitbucket Cloud repo (does the URL of the repo start with https://bitbucket.org/)?
If so, is this VM behind a firewall? It is possible that the firewall intercepts the traffic, replaces the certificate, and then adds its self-signed certificate.
If that is the case, you will need to configure Git to trust this self-signed certificate.
git config --global http.sslCAInfo /path/to/your/certificate/cert.pem
where
/path/to/your/certificate replace with the path of the certificate on your machine
cert.pem replace with the name of the certificate file
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.