When pulling from my repo with `hg pull`, I got the error.
$ hg pull
pulling from https://yayamamo@bitbucket.org/yayamamo/togoannotator
abort: certificate for bitbucket.org has unexpected fingerprint 70:a7:44:ea:a9:ea:e8:69:16:ea:12:00:35:a9:a6:0e:ae:38:8e:f8
(check hostfingerprint configuration)
My config file at ~/.hgrc contains the following.
[hostfingerprints]
bitbucket.org = 70:a7:44:ea:a9:ea:e8:69:16:ea:12:00:35:a9:a6:0e:ae:38:8e:f8
This problem occurs both at Sourcetree 3.0 (200) and at my terminal.
It still occurs even after I removed the above fingerprint.
OS version is macOS Mojave 10.14.6.
My collaborator can pull from the repo without the fingerprint setting.
Have you had that running with the mentioned hostfingerprint?
Generally speaking that error was shown when the certificate of bitbucket.org got renewed, see https://bitbucket.org/blog/2847?_ga=2.127242826.63708331.1568321751-2130411170.1567371942
Cheers
Kurt
Thanks, but the result hasn't been changed.
abort: certificate for bitbucket.org has unexpected fingerprint 70:a7:44:ea:a9:ea:e8:69:16:ea:12:00:35:a9:a6:0e:ae:38:8e:f8
(check hostfingerprint configuration)
I actually have no idea about which file my hg looks for to get the config.
Is there any way to check it?
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
not being a hg pro i think that their documentation could guide you where to find the config file https://www.mercurial-scm.org/doc/hgrc.5.html
Cheers
Kurt
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Perfect, pls. mark the answer as accepted so that other users looking for that problem have a hint on the solution
Cheers
Kurt
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.