There is a problem with centos7's cloud service using git clone.

the execution process is as follows

git clone https://github.com/jquery/jqu.
Cloning into "jquery".
fatal: unable to access" https://github.com/jquery/jqu.": Peer reports incompatible or unsupported protocol version.

I don"t know what went wrong with git, installed using yum

Mar.18,2021

yum update-y nss curl libcurl try


because when you copy an address from the Internet, you may copy some invisible characters in it, and if you don't know it, you will report this error.

you can just type in this command and address by yourself. I've encountered it.


yum update -y nss curl libcurl

can solve


what is the git client version?


"yum update-y nss curl libcurl" can fix my situation.

Menu