I have a problem with git, I can not clone a remote repository onto my desktop. Here is the error:
Marian@Marian-PC MINGW64 ~/Desktop/codeProjects/kaneConcrete
$ git clone https://github.com/spabsa/Kane-Concrete-Construction.git 2
Cloning into ‘Kane-Concrete-Construction’…
remote: Enumerating objects: 24, done.
remote: Counting objects: 100% (24/24), done.
remote: Compressing objects: 100% (19/19), done.
error: RPC failed; curl 56 SSL read: error:1408F10B:SSL routines:SSL3_GET_RECORD :wrong version number, errno 0
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: unpack-objects failed
I tried many different suggested things:
- I was told to update my git version which I did and nothing happened.
- Then I updated the buffer size, that didn't work.
- I also cloned the same repo on my laptop, so it's not a network issue.
- Then I was told to try cloning another repository, that didn't work.
I also tried disabling the real-time scanning on my ant-virus, that didn't work.
Then I was told to update my SSL library. I don't even know what this is or how to do that despite me searching about this subject for a min.