i have trouble understanding on how to creates git pages
spidermonkey356
@spidermonkey356All comments
- @Feisal21Submitted over 2 years ago@spidermonkey356Posted over 2 years ago
If you want to host it on Github, you should be able to move the files to your repo directly in the main branch.
Once you have done this, go to settings (this is for your current repository and should be on the top bar), then go to pages. (this is on the left-hand sidebar) There should now be a section called "Source" with the following. "GitHub Pages is currently disabled. Select a source below to enable GitHub Pages for this repository." There should be a button below this that currently says none. Click on it and change it to main. Click save, this will create a URL where your new site is hosted. It will take a couple of minutes for Github to properly host it, but after a couple of minutes when you visit the new URL it gave you, you should be able to see your project.
This helped me, I had the same problem, and the Github knowledge was given to me by Kent O 'Sullivan.
1 - @aboalfadel1Submitted over 2 years ago@spidermonkey356Posted over 2 years ago
I also got the Error 404, in my solution picture screenshot, not sure how you have fixed it? Help appreciated I see you fixed this yourself.
0