problem background:
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
problem phenomenon:
error after execution:
1. error while processing: https://github.com/VundleVim/Vundle.vim.git/info/refs
2. fatal: HTTP request failed
problem search:
your browser requests directly https://github.com/VundleVim/Vundle.vim.git/info/refs, the browser returns: p>
- Please upgrade your git client.
- GitHub.com no longer supports git over dumb-http: https://github.com/blog/809-git-dumb-http-transport-to-be-turned-off-in-90-days
problem cause:
To sum up, it is because git version is too low thatis caused
problem solved:
upgrade git client version
- yum安装curl
- yum安装curl-devel
- yum安装zlib-devel
- yum安装openssl-devel
- 1 yum安装cpio
- 5 yum安装gettext-devel
- wget http://www.codemonkey.org.uk/projects/git-snapshots/git/git-latest.tar.xz
- xz -d git-latest.tar.xz
- tar xvf git-latest.tar
- cd git-xxxx-xx-xx
- autoconf
- ./configure
- make && make install
0
3 yum安装expout -devel
4
6
7