git同步遇到报错“fatal: unable to access 'https://github.com/ruanwenwu/newp.git/': Peer reports incompatible or unsupported protocol version.”
网上很多人说是因为git版本需要升级。我将git版本升级到最新,
[root@iZ25lzba47vZ tp5test]# git --version git version 2.16.2
问题却依然存在。
最后:
yum update -y nss curl libcurl
问题解决了。