问题背景 git clone https://github.com/VundleVim/Vundle.vim.git 问题现象 执行后报错 error while processing: https://github.com/VundleVim/Vundle.vim.git/info/refs fatal: HTTP request failed 问题原因 是 git version 版本过低造成,其实只是因为更新了curl依赖的ssl,git对于https的请求都通过curl发出去的。 参考文章 1 2 which openssl 查看正确的路径 ./configure时需要