error:1400410B:SSL routines:CONNECT_CR_SRVR_HELLO:wrong version number
Emily Wong
I can not clone any github repositories with https, but it is ok to clone a bitbucket/gitlab repository.
git clone :xxx/xxx.gitit works.
git clone it works,too.
git clone I got this error:
Cloning into 'xxx'...
fatal: unable to access ' error:1400410B:SSL
routines:CONNECT_CR_SRVR_HELLO:wrong version numberAny suggestions/insights are much appreciated.
Note: I can clone the repository with SourceTree client
21 Answer
~/.gitconfig
Remove the following
# .gitcofig
[http ""] proxy =
[https ""] proxy =