I want to push my commits to a Bitbucket repository but this error occurred:
Fatal: unable to access \'https://myUsername@bitbucket.org/myUsername/myReposito
I was able to solve it by running
git config --list --show-origin
and then seeing that I had a line:
file:c:/Users/user/.gitconfig http.sslversion=sslv3
I edited the file, c:/Users/user/.gitconfig, and deleted the line [http] and the line sslversion=sslv3 and that fixed it for me.