今日からプラグイン!
今までのおさらいと目次とテーマ
http://snoopopo.hatenablog.com/entry/2015/04/14/113800
http://snoopopo.hatenablog.com/entry/2015/02/16/105930
今日のテーマ:git for Windowsインストール
↑からDL.20150409現在 Git-1.9.5-preview20150319.exe という名前のインストーラだ.
インストーラを叩いてインストールを開始,そのあたりの詳細は、
↑のページがとても親切.
僕の環境の場合、
・Adjustring your PATH environment は、 Run Git and included Unix tools from the Windows Command Prompt を選択
・Configuring the line ending conversions は、 Checkout as-is, commit as-is を選択.文字コードはそのままにしてくれた方がこちらも意識しやすい.
git clone unable to look up github.com (port 9418) でた.
git clone https://github.com/Shougo/neobundle.vim ~/.vim/bundle/neobundle.vim
さっそくgit hubからneobundleをクローンしてみようと、上記でインストールした Git Bushというソフトを使って、 上記のコマンドをたたく.
git clone unable to look up github.com (port 9418)
→ プロキシ周りのエラーらしい.セキュリティ的にまずそうなので、ここでちょっと足止め.