DevOps/Cloud By GK
  • DevOps/Cloud Introduction
  • 🚩AWS
    • Create AWS Account
    • Launch EC2 Instance
  • 🚩Linux
    • User Managment
      • Adding the User to Sudo group
      • visudo
    • Directory / File Management
      • Vi
      • Changing Permissions (chmod)
      • Filtering IO/File
    • Memory Management
    • Process Management
    • Network Management
    • Service Management
    • Environmental Variables
      • $PATH
    • Utilities
    • SHELL PROGRAMMING
      • Hello World
      • Variables
      • Command Line arguments
      • Conditional Statements
      • Array
      • Loops
      • Functions
      • AWK
      • sed
      • Example Useful Scripts
      • Basic -> Advanced
  • 🚩git
    • Introduction
    • Creating GitHub Account
    • Installation
      • Git Bash In Windows
      • Git In VS Code
      • Git In Eclipse
      • Git CLI in Linux
  • Creating Git Remote Repository
  • Git Commands L -> R
  • Git Commands L <- R
  • Git Branch Commands
  • Using SSH (Password Less)
  • 🚩maven
    • Introduction
    • Installation
    • POM.xml
    • Goals
  • 🚩SonarQube
    • Introduction
    • Sonar Cloud
    • Creating Project In SonarCloud
    • Installing Sonar-Scanner
    • Triggering Scan
  • 🚩Nexus
    • Introduction
    • Installation of Nexus
    • Creating Repository
    • Uploading Artifacts to Repository
  • 🚩Jenkins
    • Introduction
    • Installation of Jenkins
    • First Job In Jenkins
    • Git + Jenkins
      • WebHook
    • Maven + Jenkins
    • Sonar-Scanner + Jenkins
    • Nexus + Jenkins
Powered by GitBook
On this page
  1. git

Creating GitHub Account

Here are the steps to create a GitHub account

PreviousIntroductionNextInstallation

Last updated 2 years ago

  1. Open your web browser and go to the GitHub website at .

  2. Click on the "Sign up" button in the upper right-hand corner of the page.

  3. Enter your email address, username, and password on the registration page.

  4. Click on the green "Create account" button.

  5. On the next page, GitHub may ask you to confirm your email address by sending you an email with a confirmation link. Click on the link to verify your email address.

  6. Once your email address is verified, you can customize your profile by adding a profile picture and some personal information.

  7. Next, you can create a new repository to store your code by clicking on the "New" button on your GitHub homepage.

  8. Finally, you can start using GitHub to manage your code by pushing your code changes to your new repository, collaborating with other users, and tracking issues and bugs.

🚩
https://github.com/