msysgit っていうのが簡単らしいので入れることにした。
インストール
http://code.google.com/p/msysgit/downloads/list の Git-1.7.7.1-preview20111027.exe をダウンロードして実行。以下設定。
- Select Destination Location
C:Git
- Select Components
- Select Start Menu Folder
そのまま
- Adjusting your PATH ebvironment
Run Git from the Windows Command Prompt を選択
- Choosing the SSH executable
Use OpenSSH を選択
- Configuring the line ending conversions
Checkout as-is, commit Unix-style line endings を選択
無事インストール完了。コマンドプロンプト立ち上げて確認。
> git --version
git version 1.7.7.1.msysgit.0
OK。