How To Signup GitHub and Create Free New Private or Public Repository

How to sign up or create account in GitHub and create a new free public or private repository. Benefit of GitHub Repository.
In today's article I will show you how you can create a new GitHub repository for your new project. So for getting a repository first you need a valid email id. Now navigate to gitgub.com. You will get below page open on entering the github.com.

Let me point out few of the major benefits of GitHub Repository. 
  1. It is available free of cost
  2. Secure repository
  3. Full control over the code repository
  4. Repository limit size is 5GB
  5. Max file size to upload is 25MB
  6. Easy to checkout and check-in code 
  7. Easy to integrate with Visual Studio
github.com

In above page click on "Signup".

GitHub Signup

Now enter all the details like Email, Password, Username and click on Continue button. After clicking on continue button github.com will ask for verification for you are a bot not. For this you need to solver a puzzle. 
GitHub Verification
Click on Visual puzzle or in Audio puzzle. I have chosen the Visual puzzle. On clicking in Visual Puzzle, we will get a puzzle which we need to solve. 
GitHub Puzzle verification

After correct verification you will get onscreen notification as shown below.

GitHub Successful verification

After human verification you need to verify your email id. For this you will receive an email from GitHub which will have 6-digit verification code. You need to add the six digits in the given fields. 

Verification code

The email received by you will looks as shown below. 

Verification email id

After verifying your account email id, you need to come back and click on Sign In button icon available on top right corner of the page. You login will looks as shown below. Here you need to enter the provided a valid email id or username and password to login. 

GitHub Login Page

On successful login you will be redirected to your dashboard. Here you will get option to create a new repository.  To create a new repository, you need to click on "New" button available on top left of the page. 
New git repository
As we click on New we will redirect to other page where we need to provide detail of our repository. Here you need to enter the repository name and select the option Public or Private of your repository. If you select Public, it will be available for all anyone will be able to download the code from this repository. If you are making the repository as Private only authorized person can download the code. at the end you need click on "Create Repository" button. Now we are done with creating the repository. 

Create New Repository

After clicking in "Create Repository" We will redirect to repository section where we will get all detail which is required for a repository like repository URL, Setting, Code Section and many more. 

Git Repository

Post a Comment