I'm using Windows 7 with Git version 2.9.3.windows.1.
I'm trying to clone my repository to my local hard drive and get this error:
fatal: unable to access 'https://MY_NAME@bitbucket.org/MY_NAME/REPOSITORY_NAME.git/': error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
Google searching this issue is confusing at best. I do not have access to change anything on our Bitbucket account's settings, nor on our proxy (set to "use automatic configuration script" - which I do not have access to).
I was able to successfully clone this repository in the same office environment on a Mac, but really need it to clone to my PC laptop.
What do I need to do?
@evzijst: We get the same error (behind company proxy in Windows and the sys admin has disabled removing the proxy in windows) but when I try the same in Linux without proxy but in the same network, it works without issue.
I get this in Windows when I try to clone (Get 2 different errors with and without https) with http, I get 407 error, and with https, I get the above error.