Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404 Error Index.html #354

Open
JoelAbankwah opened this issue Mar 1, 2022 · 1 comment
Open

404 Error Index.html #354

JoelAbankwah opened this issue Mar 1, 2022 · 1 comment

Comments

@JoelAbankwah
Copy link

Hi! I'm having trouble trying to figure out how to have my index.html file out of the folder that links my git bash to my github account. Currently its in Account/RepoName/FolderName/Index.html but I'd like to know how to get it to Account/RepoName/Index.html file since when I try to go to my pages website it gives me a 404 error and to include an index file. I'm very sorry if I didn't word my question properly, I'm very new to coding and git bash.

@JoelAbankwah JoelAbankwah changed the title Git bash 404 Error Index.html Mar 1, 2022
@Runtime-Engineer
Copy link

Runtime-Engineer commented Nov 27, 2022

Inside your working directory (Account/RepoName/FolderName), you'd use mv Index.html ../../ command to move the file up two level to RepoName.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants