Centos7在安裝nvm時報錯:
'https://github.com/creationix/nvm.git/': Peer reports incompatible or unsupported protocol version
探索一番發(fā)現(xiàn)是兩個依賴包版本過低:
sudo yum update nss curl # nss為名稱解析和認證服務(wù) curl為網(wǎng)絡(luò)請求庫
然后再次安裝就好了
參考: git使用https協(xié)議出錯:Peer reports incompatible or unsupported protocol version.