Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 2.66 KB

File metadata and controls

49 lines (30 loc) · 2.66 KB
title Create a GitHub account to use with Visual Studio
titleSuffix
description Create a GitHub account to use with Visual Studio so that you can manage your code and collaborate on projects with your team.
ms.date 04/15/2026
ms.topic how-to
author ghogen
ms.author ghogen
ms.subservice general-ide
ms.custom sfi-image-nochange

Create a GitHub account to use with Visual Studio

With a GitHub account, you get full GitHub support from within the Visual Studio IDE to both manage your code and collaborate with others on development projects.

If you don't already have a GitHub account, here's how to create one.

  1. Open https://github.com in a web browser, and then select Sign up.

    :::image type="content" source="media/visualstudio/welcome-sign-up-github-account.png" alt-text="Screenshot of the Sign Up for GitHub page.":::

  2. Fill out the online form, and then select Create account.

    :::image type="content" source="media/visualstudio/web-form.png" alt-text="Screenshot of the online form.":::

  3. Verify your account by solving a puzzle. Select Visual puzzle or Audio puzzle to do so, and then follow the prompts.

  4. After you verify your account, select the Create account button.

  5. Next, GitHub sends a launch code to your email address. Type that launch code in the Enter code boxes, and then select Continue.

    :::image type="content" source="media/visualstudio/welcome-github-enter-launch-code.png" alt-text="Screenshot of the Enter code boxes.":::

  6. After you sign in, GitHub opens a personalized page in your browser.

    :::image type="content" source="media/visualstudio/welcome-github-new-user-page.png" alt-text="Screenshot that shows the personalized page.":::

Congratulations! You've successfully created your GitHub account.

Multiple GitHub accounts

You can manage more than one GitHub account in Visual Studio. Different accounts can have access to a different set of repositories and have their own access tokens. For example, if you have an account you use for work or school, you might need to create a separate account for personal use, or the other way around. Or, you might need to manage separate GitHub accounts for different employers to keep access to private assets and tokens clearly separated. See Add GitHub accounts to your keychain. When using version control, you can switch accounts as needed.

Related content