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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -