Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

neobundleのインストール #550

Closed
InouReo opened this issue Apr 13, 2014 · 4 comments
Closed

neobundleのインストール #550

InouReo opened this issue Apr 13, 2014 · 4 comments

Comments

@InouReo
Copy link

InouReo commented Apr 13, 2014

こんにちわ、いつもお世話になっています。
今回、Neobundleをインストールを行おうとしたところ、以下のエラーが出ました。
"git" command is not installed,
このような場合、どのように解決すればよいでしょうか。

自分がやったこととしては
Gitのインストール
.vimフォルダ以下にbundleフォルダを作成
git bushにて以下のコマンドの実行
 $ mkdir -p ~/.vim/bundle
 $ git clone git://github.com/Shougo/neobundle.vim ~/.vim/bundle/neobundle.vim

です。よろしくお願いします。
https://gist.github.com/InouReo/10572436

@raa0121
Copy link
Member

raa0121 commented Apr 13, 2014

PATH に git の場所を通すか、git bash から vim を起動してください
エラーはその名の通り、PATH の中に git コマンドが無いということです

@InouReo
Copy link
Author

InouReo commented Apr 13, 2014

git bash から vim を起動で解決することが出来ました。
ありがとうございます。

@InouReo InouReo closed this as completed Apr 13, 2014
@InouReo InouReo reopened this Apr 13, 2014
@InouReo
Copy link
Author

InouReo commented Apr 13, 2014

gitよりvimを実行、:NeoBudneInstallでインストールをしようとしたのですが以下のエラーのためインストール出来ません。これはプロキシのエラーですかね。
^@fatal: unable to connect to github.:^@github.com[0: 192.30.252.131]: errno=No error

@Shougo
Copy link
Member

Shougo commented Apr 14, 2014

neobundleの作者です。このIssueに関しては、ここではなく neobundle のほうに立ててください。

gitよりvimを実行、:NeoBudneInstallでインストールをしようとしたのですが以下のエラーのためインストール出来ません。これはプロキシのエラーですかね。

そもそも git cloneが正常に実行できるかを試してください。
その git が https に対応していない可能性はあります。httpsに対応していない場合、gitプロトコルを用いる必要があります(デフォルトはhttpsプロトコル)。

let g:neobundle#types#git#default_protocol = 'git'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants