====== Git for Windows Installation ====== - Download installer from [[https://gitforwindows.org|gitforwindows.org]] \\ \\ - Execec Installer. Click ''Next'' \\ .{{ :git_install_01.png?nolink&400|}} \\ \\ - Click ''Next'' \\ .{{ :git_install_02.png?nolink&400|}} \\ \\ - Select more components, If you want. Click ''Next'' \\ {{ :git_install_03.png?nolink&400|}} \\ \\ - Click ''Next''. \\ {{ :git_install_04.png?nolink&400|}} \\ \\ - Select your ''preferred text editor''. Click ''Next''. \\ {{ :git_install_05.png?nolink&400|}} \\ \\ - Select [ ''Let Git decide'' ]. Click ''Next''. \\ {{ :git_install_06.png?nolink&400|}} \\ \\ - Select [ ''Git from the command line and also from 3rd-party software'' ]. Click ''Next''. \\ {{ :git_install_07.png?nolink&400|}} \\ \\ - Select [ ''Use bundled OpenSSH'' ]. Click ''Next''. \\ {{ :git_install_08.png?nolink&400|}} \\ \\ - Select [ ''Use the OpenSSL library'' ]. Click ''Next''. \\ {{ :git_install_09.png?nolink&400|}} \\ \\ - Select [ ''Checkout as-is, commit as-is'' ]. Click ''Next''. \\ {{ :git_install_10.png?nolink&400|}} \\ \\ - Select the one you prefer. Click ''Next''. \\ {{ :git_install_11.png?nolink&400|}} \\ \\ - Select [ ''Default(fast-forward or merge)'' ]. Click ''Next''. \\ {{ :git_install_12.png?nolink&400|}} \\ \\ - Select [ ''Git Credential Manager'' ]. Click ''Next''. \\ {{ :git_install_13.png?nolink&400|}} \\ \\ - Select ''Both''. Click ''Next''. \\ {{ :git_install_14.png?nolink&400|}} \\ \\ - Click ''Install''. \\ {{ :git_install_15.png?nolink&400|}} \\ \\ - Click ''Finish''. \\ {{ :git_install_16.png?nolink&400|}} \\ \\ - Open ''Command Prompt''. Check git installation C:\Users\kan>git --version git version 2.42.0.windows.2 - Set user.name and user.email with git config C:\Users\kan>git config --global user.name "YourName" C:\Users\kan>git config --global user.email "Your@email.address" C:\Users\kan>git config --list diff.astextplain.textconv=astextplain filter.lfs.clean=git-lfs clean -- %f ... ... user.name=YourName user.email=Your@email.com credential.helper=manager