Mercurial Version Control在推送时显示错误

New*_*ser 36 version-control mercurial bitbucket

我正在为我的项目使用Mercurial版本控件.一切都像push,pull,update没事做什么,但有一点是哪里错了:当我使用push它显示是这样的

warning: bitbucket.org certificate with fingerprint 24:9c:45:8b:9c:aa:ba:55:4e:01:6d:58:ff:e4:28:7d:2a:14:ae:3b not verified (check hostfingerprints or web.cacerts config setting)
Run Code Online (Sandbox Code Playgroud)

有人能告诉我错误的部分在哪里.任何帮助和建议都非常值得赞赏.

ste*_*uss 34

把它放在我的.hgrc中就可以了.

[hostfingerprints]
bitbucket.org = 45:ad:ae:1a:cf:0e:73:47:06:07:e0:88:f5:cc:10:e5:fa:1c:f7:99
Run Code Online (Sandbox Code Playgroud)

您应该首先查看主机的证书来检查指纹.但如果一切正常,你可以使用上述方法来消除那些讨厌的警告.

请参阅https://confluence.atlassian.com/display/BBKB/abort%3A+certificate+for+bitbucket.org+has+unexpected+fingerprint