Why I am not able to see the the webpage after hosting it in github? It's just showing a url with the name in same as in Readme but does't redirect anywhere.
Why I am not able to see the the webpage after hosting it in github?
606 Views Asked by bimla At
4
There are 4 best solutions below
0
On
You GitHub Pages is working as expected. The only file in the repository is the README, so that is the only file built on Pages.
If you wanted to build a Pages site at myportifolio.github.io, you'd have to make a new GitHub account under the username myportifolio.
Make sure you follow the steps mentioned below-