Hosting wordpress on github windows
You get one site per GitHub account and organization,
and unlimited project sites. Ready? Let’s get started.
Head over to GitHub and create a new repository named username .github.io, where username is your username (or organization name) on GitHub.
If the first part of the repository doesn’t exactly match your username, it won’t work, so make sure to get it right.
GitHub for Windows is a great way to use git and GitHub on Windows.

GitHub for Mac is a great way to use git and GitHub on Mac.
Download GitHub for MacGo to the folder where you want to store your project, and clone the new repository:
$ git clone https://github.com/username /username .github.io
Click the "Set up in Desktop" button. When the GitHub desktop app opens, save the project.
If the app doesn't open, launch it and clone the repository from the app.
After finishing the installation, head back to GitHub.com and refresh the page. Click the "Set up in Desktop" button. When the GitHub desktop app opens, save the project.
If the app doesn't open, launch it and clone the repository from the app.
Enter the project folder and add an index.html file: