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
問題解決了。