GitをWindowsにインストールする - kin-kin/memo GitHub Wiki

IT Manual

GitをWindowsにインストールする

 1. ブラウザで Git を開く。  2. [Download 2.20.1 for Windows] を押下、Git-2.20.1-64-bit.exeをダウンロード。  3. Git-2.20.1-64-bit.exeを実行。  4. ユーザー アカウント制御ダイアログで [はい] を押下。  5. Informationで [Next] を押下。  6. Select Destination Locationでインストールディレクトリを選択、[Next] を押下。

D:\bin\Git

 7. Select Componentsで [Next] を押下。  8. Select Start Menu Folderで [Next] を押下。  9. Choosing the default editor used by Gitで「Use Vim (the ubiquitous text editor) as Git's default editor」を選択、[Next] を押下。  10. Adjusting your PATH environmentで「Git from the command line and also from 3rd-party software」を選択、[Next] を押下。  11. Choosing HTTPS transport backendで「Use the OpenSSL library」を選択、[Next] を押下。  12. Configuring the line ending conversionsで「Checkout as-is, commit as-is」を選択、[Next] を押下。  13. Configuring the terminal emulator to use with Git Bashで「Use MinTTY (the default terminal of MSYS2)」を選択、[Next] を押下。  14. Configuring extra optionsで「Enable file system caching」「Enable Git Credential Manager」を選択、[Install] を押下。  15. Completing the Git Setup Wizardで [Finish] を押下。