0
  • configure Bitbucket with Eclipse using following Steps
  • When going to pull the project using there Url, UserName, password on Bitbucket then getting Error like.

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) abort: HTTP Error 404: Not Found 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) abort: HTTP Error 404: Not Found

enter image description here

i have also check Link1

but don't know where to update this below details

Either edit the ~/.hgrc or the <MERCURIAL_REPO_DIR>/.hg/hgrc and add the following section to it:

Also same related question like

Community
  • 1
  • 1
Ankitkumar Makwana
  • 3,475
  • 3
  • 19
  • 45

1 Answers1

0

on windows the path would be "%HOMEPATH%\mercurial.ini"

but /.hg/hgrc is the same on windows

domruf
  • 1,453
  • 2
  • 11
  • 20