I want to push my commits to a Bitbucket repository but this error occurred:
Fatal: unable to access \'https://myUsername@bitbucket.org/myUsername/myReposito
Setting the following git setting fixed this for me
git config --global --add http.sslVersion tlsv1.0
I'm guessing the corporate proxy server did not like the default encryption protocol.