-1

I am getting an below attached error when i load my bitbucket server. It was working fine till yesterday. Could someone please help me to resolve this issue.

Bitbucket error page

Naveen NK
  • 43
  • 1
  • 8

1 Answers1

1

You need a git version that supports bitbucket atlassian (as described in your error message). On the website from atlassian is describes which git versions they support.

Windows 2.23.0 2.22.0 2.21.0 2.20.1 2.19.2 2.18.1 2.17.2 2.16.5 2.15.3 2.14.5 2.13.7 2.12.5 2.11.4

So you have to downgrade your version. Version 2.23 of git can be found here https://mirrors.edge.kernel.org/pub/software/scm/git/

Download git-2.23.0.tar.gz and open it. Then it should work...

SwissCodeMen
  • 4,222
  • 8
  • 24
  • 34