Installing and Using Git on Windows
Installing Git on Windows: My Usual Method Here’s a straightforward guide to installing Git on Windows: Download the Latest Version Go to Git’s official download page and download the latest version for Windows. Run the Installer as Administrator Right-click the downloaded installer and select “Run as administrator.” Follow the Installation Wizard Information Screen: Click “Next.” Select Destination Folder: Click “Next” (accept the default option). Select Components: add "Add a Git Bash to windows Terminal" then click “Next.” Select Start Menu Folder: Click “Next” (accept the default option). Choosing the Default Editor: Select Notepad++ or Notepad, then click “Next.” Adjusting the Name of the Initial Branch: Click “Next” (accept the default option). Adjusting Your PATH Environment: Click “Next” (accept the default option). Choosing SSH Executable: Click “Next” (accept the default option). Choosing HTTPS Transport Backend: Select “Use the native Windows Secu...
Comments
Post a Comment