Hosting on GitHub

A guide on hosting a static website on GitHub.

Required expertise level : Intermediate

Platform : Any

Last tested and confirmed : January 2022



Install Git

  • MS Windows

    • Download and install the official installation file
    • Install using Chocolatey windows package manager choco install git
  • Gnu/Linux

    • Normally, you will fine Git package available in your distribution software repositories, in that case you can simply use your package manager to install it directly. ex: apt install git
  • macOS

    • Install using Homebrew package manager. brew install git
Last modified March 24, 2022: guides revision (b6f966b)