yoo
yoo

Reputation: 511

how to fix 404 error in my github web page? [github]

https://github.com/YRHwang90/portfolio

This is the repository that I want to make as a webpage.

The address of webpage of this repository is:

https://yrhwang90.github.io/portfolio/

However, I really tried hard but still could not figure out why it threw 404 errors.

FYI, the reference I referred is (https://datascience4psych.github.io/template_portfolio/index.html)

Upvotes: 0

Views: 435

Answers (1)

Saurabh Kumar
Saurabh Kumar

Reputation: 67

Firstly, You need to keep a default index.html page in your current repository and also make sure your have given Github Username as repository name then It will 100% work for you

Then finally, https://yrhwang90.github.io/portfolio/index.html

Upvotes: 1

Related Questions