How to create Github Pages public repository?
- Open GitHub in the web browser and sign in to your account.
- Select New repository in the top right corner.
-
Name the repository as username.github.io.
â ATTENTION: username must be the same as the name of your GitHub account.
- Mark Public and select Create repository.
-
As you create your repository, open it on Github Desktop Client.
- As notifications concerning access to your repository by GitHub Desktop Client appear, approve them.
-
Clone the repository to the selected location and name the folder the same as your repository.
đ Note: It is recommended to use the shortest path, for example C: Git, as the repository is to be created inside the folder you selected for your local path.
-
Open your repository in Visual Studio Code.
âšī¸ Tip: As notification concerning Git installation appears, install it.