git clone fatal: unable to acces xxxx Peer reports incompatible or unsupported protocol version. 错误解决办法
# git clone https://github.com/michaelklishin/tls-gen.git
Cloning into 'tls-gen'...
fatal: unable to access 'https://github.com/michaelklishin/tls-gen.git/': Peer reports incompatible or unsupported protocol version.
[root@mirror ca]#
升级版本:
yum update -y nss curl libcurl
然后完成:
[root@mirror ca]# git clone https://github.com/michaelklishin/tls-gen.git
Cloning into 'tls-gen'...
remote: Enumerating objects: 369, done.
remote: Total 369 (delta 0), reused 0 (delta 0), pack-reused 369
Receiving objects: 100% (369/369), 90.46 KiB | 14.00 KiB/s, done.
Resolving deltas: 100% (215/215), done.
本文解决了一个常见的Git克隆错误:fatal: unable to access 'https://github.com/michaelklishin/tls-gen.git/': Peer reports incompatible or unsupported protocol version。通过升级nss、curl库,成功克隆了GitHub上的tls-gen项目。
959

被折叠的 条评论
为什么被折叠?



