Skip to main content

How to create GitHub account

info

We will use GitHub for this tutorial. If you already have an account, you can skip this step.

info

GitHub is a web-based platform for version control and collaboration, built on top of Git. It allows developers to store, manage, and track changes to code, collaborate with others, and host projects publicly or privately. GitHub also provides features like pull requests, issues, and actions for continuous integration, making it a central hub for software development.

Go to the github.com page and click on "Sign up" Create account

Enter your email and click on "Continue" Create account

Choose strong password Create account

Choose username Create account

Verify that you are not a robot Create account

Confirm your e-mail address by providing a launch code Create account

Congratulations! Your GitHub account was created. Sign in with your email and password Create account

Here is how your entry page should look like Create account