Github Account Creation
You will need a Github account to create a repository.
Creation
To start, weâre going to need a GitHub account.
Go to the GitHub website and create one. Itâs free, and itâll only take a few minutes. You donât need two-factor authentication, but feel free to add it to your accountâ itâll ensure that your repository is the most protected that it can be from hackers.
Once you have an account, youâll need to download GitHub Desktop. Install it, then open it.
Youâll end up with a screen that looks something like this.

Click âSign in with GitHub.comâ and log into your account. Make sure to click âAuthorize Desktopâ. Return to GitHub Desktop.
Then youâll get a screen that looks something like this.

Hereâs where weâll have to make the repository or clone a repository from the internet.
Last updated