10

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.

enter image description here

Aravind Yarram
  • 78,777
  • 46
  • 231
  • 327
  • 1
    Note 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 Answers2

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

certificate was changed on jan 19, 2012

Bitbucket’s SSL certificates are changing on March 6, 2014

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