I have updated git client from 2.13.3.windows.1
to 2.14.0.windows.1
recently. After this, I can no longer successfully execute any git command to the repository hosted by an on-premise Bitbucket 5.0 server instance, eg.:
$ git pull
Bitbucket cannot not execute "git upload-pack '/best/[redacted].git'". The command is not supported as entered.
Ensure you are using a supported SCM, check the syntax and try again.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
At the moment the only solution to overcome the problem is to downgrade back to git 2.13.3.windows.1
.
How can I fix this to be able to use the latest git client with Bitbucket 5.0?