I am trying to push changes to a project I am contributing to. I have permissions to commit to the project and has a valid account in bitbucket. I am getting the below error while pushing the changes. Appreciate help on fixing this.
Asked
Active
Viewed 3,824 times
10
-
1Note it seems they blog about this, at least they did today: http://blog.bitbucket.org/2014/03/06/ssl-certificates-are-changing/ – User Mar 08 '14 at 00:32
2 Answers
18
It started working after adding the below to repo specific hgrc file
[hostfingerprints]
bitbucket.org = 24:9c:45:8b:9c:aa:ba:55:4e:01:6d:58:ff:e4:28:7d:2a:14:ae:3b
based on the suggestion here

Aravind Yarram
- 78,777
- 46
- 231
- 327
2
I did as FalconSer mentions above, with the exception that I placed it in /etc/mercuial/hgrc so it'd be correct for all local mercurial repo's.

squeegee
- 762
- 8
- 10