bitbucket - Not Able to Git Push? -


made new repository on bitbucket . trying push project folder repository. can git add & git commit when git push -u origin master following error comes

fatal: unable access 'https://****@bitbucket.org/*****/***-2point0.git/': error:0d0c50a1:asn1 encoding routines:asn1_item_verify:unknown message digest algorithm

i re-installed git still same error. found many other answers problem still nothing working.

possibly dupicate of this.

it problem version of openssl, @ least error message saying: message digest algorithm used bitbucket unknown host. try update openssl latest version.

otherwise, try setting remote use ssh rather https:

git remote set-url --push origin git@bitbucket.org:*****/***-2point0.git 

Comments

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

firemonkey - How do I make a beep sound in Android using Delphi and the API? -

jdbc - Not able to establish database connection in eclipse -