Windows10へのGitクライアントの導入

Pocket
LinkedIn にシェア
LINEで送る
Facebook にシェア

Windows10でGitを利用出来るようにクライアントアプリをインストールします。
OS:Windows10
Git for Windows:2.7.0
TortoiseGit:1.8.16.0


Git for Windowsのインストール
1.https://git-for-windows.github.io/で「Download」を押下。

001
ダウンロードした「Git-2.7.0-64-bit.exe」を起動。

2.Welcomeで「Next」を押下。

002

3.Informationで「Next」を押下。

003

4.Select Destination Locationでそのまま「Next」を押下。

004

5.Select Componentsでそのまま「Next」を押下。

005

6.Select Start Menu Folderでそのまま「Next」を押下。

006

7.Adjusting your PATH environmentでそのまま「Next」を押下。

007

8.Configuring the line ending conversionsで「Checkout as-is, commit as-is」を選択し「Next」を押下。

008

9.Configuring the terminal emulator to use with Git Bashで「Use Windows’ default console window」を選択し「Next」を押下。

009

10.Configuring experimental performance tweaksでそのまま「Next」を押下。

010

11.Completeで「Finish」を押下。

011

TortoiseGitのインストール
1.https://tortoisegit.org/で「Download」を押下。

021
028
ダウンロードした「TortoiseGit-1.8.16.0-64bit.msi」を起動。

2.Welcomeで「Next」を押下。

022

3.Informationで「Next」を押下。

023

4.Choose SSH Clientでそのまま「Next」を押下。

024

5.Custom Setupでそのまま「Next」を押下。

025

6.Ready to Installで「Next」を押下。

026

7.Completeで「Finish」を押下。

027


Language Packsのインストール
1.https://tortoisegit.org/download/で「Japanese」をダウンロード。

029
ダウンロードした「TortoiseGit-LanguagePack-1.8.16.0-64bit-ja.msi」を起動。

2.ようこそで「次へ」を押下。

030

3.完了しましたで「完了」を押下。

031


TortoiseGitの言語設定
1.エクスプローラー上で右クリックし、「TortoiseGit」-「Settings」を選択。

032

2.Settingsで「General」にあるLanguageを「日本語(日本)」に設定し「OK」を押下。

033

以上。