LoginSignup
3
2

More than 5 years have passed since last update.

MacVimでNeoBundleUpdate時にgit-sh-setup: No such file or directoryが発生する

Last updated at Posted at 2015-01-15

問題

macvimとNeoBundleを利用している.
BundleしているパッケージをアップデートするためにNeoBundleUpdateを実行すると特にエラーは出ていないようだが, パッケージがアップデートされている気配がない.
NeoBundleLogでログを確認すると"git-sh-setup: No such file or directory"のようなエラーが発生していて, アップデートが失敗していることが分かった.

対応

次の記述を追加すると直るかもしれない

.vimrc
set shell=zsh\ -l

参考

3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2