Cygwinのgitでneobundle.vimをgit cloneしようとした結果

下記のエラーが表示された。

$ git clone http://github.com/Shougo/neobundle.vim
Cloning into 'neobundle.vim'...
/usr/lib/git-core/git-remote-http.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory

対処方法は、下記の通り。

$ apt-cyg install libsasl2

$ apt-cyg install ca-certificates