😎
[環境構築]Windowsに、Gitインストール。
Abstract
Gitのインストールめんどくさい。
ので、手順をなるだけ簡素に。
sakuraエディターインストール
gitインストールの途中で、defalut editorを聞いてくるのでインストールしておく。
gitインストール
- gitインストーラダウンロード
https://gitforwindows.org/ - インストール
- Infomation -> Next押下
- Select Destination Location -> Next押下
- Select Components -> Next
- Select Start Menu Folder -> Next
- Chooseing the default editor use by Git
-> Select other editor as Git's default editor
-> C:\Program Files (x86)\sakura\sakura.exeを入力
-> Next - Adjusting the name of the initial branch in new repositories
-> Let Git decide
-> Next
※正直どっちでもいい - Adjusting your PATH environment
-> Git from the command line and also from 3rd-party software
-> Next
※正直どれでもいい。後から変更できるし。 - Choosing the SSH executable
-> User bundled OpenSSH
-> Next
※正直どれでもいい。後から変更できるし。 - Choosing the OpenSSL library
-> Use the OpenSSL library
-> Next
※知らんし。正直どれでもいい。後から変更できるし。 - Connfiguring the line ending conversions
-> Checkout as-is, commit as-is
-> Next
※正直どれでもいい。後から変更できるし。 - Connfiguring the terminal emulator to use with git Bash
-> Use Windows' default console window
-> Next
※正直どれでもいい。後から変更できるし。 - Choose the default behavior of 'git pull'
-> Fast-forword or merge
-> Next
※正直どれでもいい。後から変更できるし。 - Choose a credential helper
-> Git Credential Manager
-> Next
※正直どれでもいい。後から変更できるし。 - Configuring extra options
-> Next
※デフォルトでいい。後から変更できるし。 - Configuring experimental options
-> Next
※デフォルトでいい。後から変更できるし。 - Install押下
やっとインストールだよ。ふぃ~。 - Finish押下
ついでにTortoiseGitインストール
- TortoiseGitインストーラダウンロード
https://tortoisegit.org/download/
- for 64-bit Windowsのとこのやつ
- Language Packs のJananese 64-Bitのやつ
-
TortoiseGitインストール
- Welcome to the TortoiseGit x.xx.x.x(64 bit) Setup Wizard
-> Next押下 - Information
-> Next - Choose SSH Client
-> OpenSSH, Git default Client
-> Next - Custom Setup
-> Next - Ready to install
-> Install - Run first ~にチェックを入れたまま、Finish押下
- 新規にpopupが立ち上がるけど、そのまま放置して、TortoiseGit-LanguagePackをインストール。
- Welcome to the TortoiseGit x.xx.x.x(64 bit) Setup Wizard
-
TortoiseGit-LanguagePackインストール
- ダウンロード済の Language Packs のJananese 64-Bitのやつをインストール
- TortoiseGit-LanguagePack-x.xx.x.x-64bit-ja.msiをダブルクリック。
- Japanese Lanuagepack for ToroiseGitセットアップウィザードへようこそ
-> 次へ - 完了押下
- ダウンロード済の Language Packs のJananese 64-Bitのやつをインストール
-
TortoiseGitインストールに戻る。
- 7で放置したpopupに戻る。
-> Refresh押下 - 日本語選択
-> 次へ - TortoiseGitへようこそ
-> 次へ - git.exeを設定
-> デフォルトのまま次へ(今すぐチェックぐらいはしてもいい)
- 7で放置したpopupに戻る。
完了!!
Discussion