NeoBundleでcaw.vimというプラグインを追加してインストールしようとしたところ、以下のようなエラーが出ました。
C:/Users/locatw/vimfiles/bundle/caw.vim
Cloning into 'C:/Users/locatw/vimfiles/bundle/caw.vim'...^@ 0 [main] git-remote-https 13136 child_info_fork::abort: C:\cygwin\bin\cygsasl2-3.dll: Loaded to different address: parent(0x2B0000) != child(0x320000)^@error: cannot fork() for fetch-pack: Resource temporarily unavailable
どうもCygwinのgitを使ってしまっていて出るようです。
今回はWindowsのGVimを使っているので新たにWindows用のgitを入れてそちらを使うように設定したら正常にインストールできるようになりました。
- Git for Windowsをインストールする。
- 環境変数PATHを編集してCygwinのbinディレクトリよりも前にGit for Windowsのbinディレクトリのパスを追加する。
環境:
- Windows7 64bit