Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

error:1400410B:SSL routines:CONNECT_CR_SRVR_HELLO:wrong version number

Writer 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 number

Any suggestions/insights are much appreciated.

Note: I can clone the repository with SourceTree client

2

1 Answer

~/.gitconfig

Remove the following

# .gitcofig
[http ""] proxy =
[https ""] proxy = 

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy