raw.githubusercontent.com does not update #46758
Replies: 37 comments 31 replies
|
Hi, I can confirm that. I have the same problem. In the meantime I have deleted my two main branches "master" and "collector" in my repository. Nevertheless, the raw.githubusercontent.com links are still there. This is only the case with these two special branches. With other branches, the file under the raw.githubusercontent.com link is also immediately deleted when deleting the branch. I can create the two branches again from another one, but the raw.githubusercontent.com are not updated. Some of the raw.githubusercontent.com links are large scripts (1.2 MB). This may have something to do with the problem, because it always takes a while before the merge of a branch is also visible in the raw.githubusercontent.com link. To Reproduce:
Thanks for helping. |
|
Same here. The file https://github.com/robert-koch-institut/SARS-CoV-2-Nowcasting_und_-R-Schaetzung/blob/main/Nowcast_R_aktuell.csv was updated by this commit: robert-koch-institut/SARS-CoV-2-Nowcasting_und_-R-Schaetzung@c9fae56 But the raw file still contains the old version, even though the commit is more than 6 hours old now: |
|
We are seeing the same issue with our files: https://github.com/teia-community/teia-report/blob/main/restricted.json |
|
Hi, I can confirm this bug. For me it's the following two files:
Which should show the same logo but the latter one still shows the old version. |
|
Also confirming the bug: File was changed about a hour ago and still has not updated the version available at raw.githubusercontent.com |
|
Also confirming the bug: |
|
I'm also confirming this bug as well. All files I try to update in the Imrglop/Latite-Releases repo do not update. For example, a commit that updates the injector file does not go into effect on raw.githubusercontent.com |
|
Same here: |
|
Guess it might have something to do with this? "cache-control | max-age=86400" |
|
Confirming I have the same bug. I made a typo in the one yaml file that our system pulls from raw.... and now my jupyter hub is down. Lol. Sigh. |
|
Pulling my freakin hair out over here (what's left of it!). Usually when you have a thought like, GitHub is "broken", you are wrong and the problem is you. But it's nice (worse?) to know that occasionally, GitHub is indeed at fault. |
|
I don't know if I'm right but I faced the same issue with an image from my repo on the Repo Readme, I changed it and didn't update after like 48h so I think its just a matter of time to update, and github is not constantly updating the changes to the urls, you will have to wait some time... |
|
The only way that "resolve" was changing the name of the repository, I will have to redirect the updates to the new name and after 24 hours change the name of the repository. 😑 |
|
lolz.....anyone tag GitHub staff here let them know the issue, I think they didn't realize the issue after so many days. |
|
This is very frustrating. I use the raw content to download basic settings for Linux dotfiles. Has been working for years.. now broken. For some reason the 'raw' tab on GH website and URL shows the correct info.. but wget and curl do not retrieve it. How can this be? Also weird, I can make a copy, git commit, add and push it, and the new file curls nearly instantly and correctly. (mystified) |
|
I did some tests the problem is now in the default encoding, |
|
I have the same problem with DNS block lists. |
|
+1 getting same issue while trying to download. https://raw.githubusercontent.com/iterativv/NostalgiaForInfinity/main/NostalgiaForInfinityX2.py Please fix. |
|
Adding |
|
Now its working.. I just updated my repository from desktop git and it updated immediately but in (raw-github-user-content) it updated after 10 minutes. |
|
Same issue over here: https://github.com/oddsdk/blockpaperscissors/blob/main/hamb.fundring https://raw.githubusercontent.com/oddsdk/blockpaperscissors/main/hamb.fundring |
|
https://raw.githubusercontent.com/nltk/nltk_data/gh-pages/packages/tokenizers/punkt.zip |
|
I made a minor update to my json file, but the raw file is not updated until 10 mins later. |
|
Same issue. I pushed, but raw is not updated |
|
Sad that this hasn't been fixed... |
|
Same issue here. Why don't Github team fix this? Or at least give us some replies... But adding |
|
I can confirm that the issue still persists. |
|
edit a text file , and the taw textfile isn't change real time . |
|
This is how I solved it yesterday. To force GitHub to give you the latest version of a file without caching, you can append a query parameter to the URL. This query parameter ensures that GitHub treats the request as a new one, bypassing any cached version. Example The timestamp=20250212 (or any unique value) ensures the URL is seen as different every time you request it, so GitHub will fetch the latest version of the file. So, alternatively, you can use If that solves the problem for you, consider giving a look into my projects and giving them a star! |
|
We faced the similar issue. We created a support ticket and GitHub is intestigating the issue. |
Uh oh!
There was an error while loading. Please reload this page.
Select Topic Area
Bug
Body
I can't update old files with the same name.
All reactions