Next
Next
Next
Next.
preferred text editor. Click Next.
Let Git decide ]. Click Next.
Git from the command line and also from 3rd-party software ]. Click Next.
Use bundled OpenSSH ]. Click Next.
Use the OpenSSL library ]. Click Next.
Checkout as-is, commit as-is ]. Click Next.
Next.
Default(fast-forward or merge) ]. Click Next.
Git Credential Manager ]. Click Next.
Both. Click Next.
Install.
Finish.
Command Prompt. Check git installationC:\Users\kan>git --version git version 2.42.0.windows.2
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