Problem with my website portfolio #165743
Replies: 12 comments 4 replies
-
Hi @codeurluce — thanks for sharing all the details! You’ve already done a great job troubleshooting. Since your GitHub Actions show successful deployment but the site is timing out (
Portfilio-lucien But the folder name has a typo — it says “Portfilio” instead of “Portfolio.” If you're trying to host your portfolio at: https://codeurluce.github.io/Portfolio-lucien/ …then make sure the repo name matches that exactly. Otherwise, you can access it here:
Go to your repo >
Let me know if it still doesn’t work after checking these — happy to take another look. |
Beta Was this translation helpful? Give feedback.
-
Hey! I checked your repo, and the issue seems to be with the repository name. GitHub Pages is case-sensitive, and you’ve named the repo Portfilio-lucien (with an uppercase "P"), but you're trying to access it via: To fix it, you have two options: Rename your repo to all lowercase: portfilio-lucien Use the exact casing in the URL: I tried that second link, and your site loads fine 🎉 Let me know if that works! |
Beta Was this translation helpful? Give feedback.
-
Hey, I had the same issue before. Your repo name and URL seem fine, so that’s not the problem. Most likely, GitHub Pages got stuck after the update. Try this:
Wait 1–2 mins and refresh your link. Also, make sure index.html is in the root folder (not in a subfolder) and try adding a .nojekyll file just in case. Let me know if that works — I’ve seen this fix the timeout issue before. |
Beta Was this translation helpful? Give feedback.
-
Hello Lucien, Thanks for sharing all the relevant information. I’ve reviewed your GitHub repository and the issue seems to be due to a small but critical detail: your repository name is misspelled. Your GitHub Pages link is: https://codeurluce.github.io/Portfilio-lucien/ But the word “Portfolio” in your repo name is spelled incorrectly as “Portfilio-lucien”. Since GitHub Pages uses the exact repository name for user and project sites (when hosted on github.io), the typo in the repository name directly affects the link. Rename your repository from: Portfilio-lucien to Portfolio-lucien You can do this from the GitHub repo settings (top right corner → "Settings" → "Rename"). Once renamed, GitHub will automatically update the Pages URL to:
🛠 Additional Recommendations:
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I'm able to access your website. If you are still having the issue, then it's because of something related to your computer or network connection. Can you try to access your website from a mobile phone on a cellular connection (not the same wifi or internet connection your computer uses)? You can also ask a friend if they can access your website from a different location. If everyone is able to view your site, except you, then you'll need to determine if it's your computer or network causing the issue. If you're using a laptop, the easiest thing to do would be to try to access your website using your computer at a different location/internet connection. If you still can't, then it's something with your computer. If you are able to access your website on your computer from a different location, then there's a problem with the internet/network. |
Beta Was this translation helpful? Give feedback.
-
your websiste work, if you are still having the issue, let us know |
Beta Was this translation helpful? Give feedback.
-
Thanks for your feedback. @MattiaMDR @readytotest I sent the link to a friend to test with their Wi-Fi connection and mobile data. The result is identical to mine. We can't access it. It's strange that everyone keeps telling me my site is working, but I can't access it. I tested it on a cell phone with mobile data, but I can't access it. Is there a restriction depending on my country? I assume the reason you can do it is that you're not in the same country as me. I'll test it with a friend who is in France to see the result. |
Beta Was this translation helpful? Give feedback.
-
I'm in the USA and it works fine for me, so likely a regional or country specific issue. Are you able to use a VPN (even something with a free trial/free limited data if you don't have one) and select a different country IP? |
Beta Was this translation helpful? Give feedback.
-
My friend who is in France tells me the same thing as you, my site works perfectly at home, I will end up believing that it is perhaps a national problem, perhaps connectivity problems between my site and the national network. |
Beta Was this translation helpful? Give feedback.
-
@codeurluce i am in Italy, here it work |
Beta Was this translation helpful? Give feedback.
-
Thank you all for your help. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
Hello,
For some time now, I haven't been able to view my online portfolio: https://codeurluce.github.io/Portfilio-lucien/
Since I uploaded it to GitHub, it's been working normally. But two weeks ago, I wanted to check my work because I had made a small update to my index.html file, and that's when I realized that GitHub.io wasn't working. However, the deployment was successful, and this isn't the first time I've updated my files. Since then, I've tried everything, but I still can't resolve the problem.
The problem is not related to the cache or the internet connection. I have cleared my browser cache, changed browsers, checked that my connection is good, and even tried using a different network.
I would be very happy if you could help me solve this problem.
Here's the error message I'm getting:
This site is inaccessible
codeurluce.github.io took too long to respond. Here are some tips:
Check your connection
Check your proxy and firewall (chrome-error://chromewebdata/#buttons)
Run Windows Network Diagnostics
ERR_CONNECTION_TIMED_OUT
Important links:


https://codeurluce.github.io/Portfilio-lucien/
https://github.com/codeurluce/Portfilio-lucien
Beta Was this translation helpful? Give feedback.
All reactions