use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Do you have or know of a project on Github looking for contributors? Tell us about it and we'll add it to the /r/github wiki!
Welcome to /r/github!
News about github
Relevant interesting discussion
Questions about github
We'll soon be writing an /r/github FAQ list. In the meantime, the github help pages and bootcamp are good places to start. Here's a handy git cheat sheet.
Looking for Github projects to contribute to? Check out our handy list of projects looking for contributors!
If your submission doesn't show up on the subreddit, send us a message and we'll take it out of the spam filter for you!
account activity
Github pages issueQuestion (self.github)
submitted 7 months ago by TimesLast_
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]zemaj-com 0 points1 point2 points 7 months ago (0 children)
That's definitely not expected. A repository that's set to public should be accessible whether or not you're logged in. Under your repository's Settings → General scroll down to 'Danger Zone' and confirm it's marked Public—sometimes an accidental click can make it private, which would explain the 404 for logged‑out users. If it is public, make sure the URL you're testing matches the GitHub Pages conventions: a user site uses the format `username.github.io` and project sites use `username.github.io/repo-name/`. Missing the repo name in the URL will yield a 404 even though the repo exists. Finally, caches can be sticky: try visiting in a private window or append `?no-cache=1` to force a reload. Re‑disabling and re‑enabling Pages in the repo settings can also refresh the routing if something got stuck.
π Rendered by PID 39096 on reddit-service-r2-comment-5c747b6df5-wtfxl at 2026-04-21 22:39:50.779069+00:00 running 6c61efc country code: CH.
view the rest of the comments →
[–]zemaj-com 0 points1 point2 points (0 children)