【原创】解决 git clone 报错 fatal: unable to access '......': SSL connect error
问题背景:
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim,结果报错:
fatal: unable to access 'https://github.com/VundleVim/Vundle.vim.git/':
SSL connect error
问题原因:
这是由于nss 版本过低造成的
问题解决:
方法1:升级 nss 版本 ==> yum update nss
方法2:将https 改为 git ==> git clone git://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
版权声明:除非注明,本文由( blogdaren )原创,转载请保留文章出处。
本文链接:【原创】解决 git clone 报错 fatal: unable to access '......': SSL connect error
发表评论: