Can not clone git repo to server
Posted
by
Classified
on Stack Overflow
See other posts from Stack Overflow
or by Classified
Published on 2013-10-31T21:50:45Z
Indexed on
2013/10/31
21:53 UTC
Read the original article
Hit count: 434
I'm running the same command on 2 different servers. One works, the other doesn't.
I'm running git clone https://blah.com:8443/blah.git
On server A, it works fine. I get the objects, files, etc. no problems.
On server B, I get the following message.
git clone https://blah.com:8443/blah.git
Cloning into 'blah'...
error: Peer certificate cannot be authenticated with known CA certificates while accessing https://blah.com:8443/blah.git/info/refs?service=git-upload-pack
fatal: HTTP request failed
Does anyone know what this means or what I need to do to get this to work? Thanks in advance for any help you can give me.
© Stack Overflow or respective owner