-
First copy the link to the repo : ![[Screenshot 2023-12-25 at 11.24.35 PM.png]]
-
Head over to your terminal by opening cmd/terminal. navigate to the path you want to copy this repo to , for example your Desktop
-
run git in terminal , it return no error then your are good to go. but if it gives error or is not installed then follow the steps below
- Go to the official Git website at https://git-scm.com/download/win and click on the "Download" button to download the latest version of Git for Windows.
- Once the download is complete, run the installer by double-clicking on the downloaded file.
- Follow the prompts to accept the license agreement and choose the destination folder where Git will be installed.
- On the "Select Components" screen, you can choose which components you want to install. The default options are usually sufficient for most users.
- On the "Adjusting your PATH environment" screen, select the option to "Use Git from the Windows Command Prompt" or "Use Git and optional Unix tools from the Windows Command Prompt" depending on your preference.
- On the "Configuring the line ending conversions" screen, you can choose the default line ending conversion behavior that Git will use. The default option is usually sufficient for most users.
- On the "Configuring extra options" screen, you can choose whether to enable the Git credential manager and whether to enable file system caching. The default options are usually sufficient for most users.
- Click "Install" to begin the installation process.
- Once the installation is complete, click "Finish" to close the installer.
- To verify that Git has been installed correctly, open a Command Prompt window and type "git --version". This should display the version number of Git that you just installed.
That's it! You should now have Git installed on your Windows system and ready to use.