Skip to content

lauragonzalezmoran/WECEGitIntro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

WECEGitIntro

WECE Hacks Git Intro Repo image

Installation Guide for Git, Visual Studio Code, and GitHub Desktop

1. Installing Git

Windows:

  1. Download Git:

    • Visit the Git for Windows page and click on "Download" to obtain the latest version.
  2. Run the Installer:

    • Locate the downloaded installer file (e.g., Git-2.47.0-64-bit.exe) and double-click to run it.
    • Follow the on-screen instructions, selecting the desired options. It's recommended to use the default settings unless you have specific requirements.
  3. Verify Installation:

    • Open the Command Prompt or PowerShell.
    • Type git --version and press Enter.
    • You should see the version of Git displayed.

macOS:

  1. Download Git:

  2. Run the Installer:

    • Open the downloaded installer and follow the prompts to complete the installation.
  3. Verify Installation:

    • Open Terminal.
    • Type git --version and press Enter.
    • The Git version should be displayed.

Common Issues & Solutions:

  • Issue: 'git' is not recognized as an internal or external command.
    • Solution: Ensure that Git is installed and that the installation path is correctly configured in your system's environment variables.

2. Installing Visual Studio Code (VS Code)

Windows:

  1. Download VS Code:

  2. Run the Installer:

    • Locate the downloaded VSCodeSetup.exe file and double-click to run it.
    • Follow the setup prompts, agreeing to the license terms and selecting the desired installation location.
  3. Launch VS Code:

    • After installation, open VS Code.
    • You can pin it to your taskbar for easy access.

macOS:

  1. Download VS Code:

  2. Install VS Code:

    • Open the downloaded .dmg file and drag the VS Code icon into your Applications folder.
  3. Launch VS Code:

    • Open your Applications folder and start VS Code.

Common Issues & Solutions:

  • Issue: VS Code installation hangs or fails.

3. Installing GitHub Desktop

Windows:

  1. Download GitHub Desktop:

  2. Run the Installer:

    • Locate the downloaded GitHubDesktopSetup.exe file and double-click to run it.
    • Follow the prompts to complete the installation.
  3. Set Up GitHub Desktop:

    • Open GitHub Desktop.
    • Sign in with your GitHub account.
    • Configure your preferences, such as your default text editor (e.g., VS Code).

macOS:

  1. Download GitHub Desktop:
    • Go to the [GitHub Desktop Download](https:/

About

WECE Hacks Git Intro Repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages