You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2021. It is now read-only.
and it presents the raw content of the file, bookinfo.yaml, stored in GitHub.
Is there a way to do the opposite, like, going back to GitHub.com from raw.githubusercontent.com by appending a GET parameter? If I change the domain from raw.githubusercontent.com to github.com then I get 404 because of the incorrect file path.
If there's a file in a GitHub repo, for example, this one with URL
Then we can get the raw content by adding the
GETparameterraw=true, like,which makes the page redirect to
and it presents the raw content of the file,
bookinfo.yaml, stored in GitHub.Is there a way to do the opposite, like, going back to
GitHub.comfromraw.githubusercontent.comby appending aGETparameter? If I change the domain fromraw.githubusercontent.comtogithub.comthen I get 404 because of the incorrect file path.Thanks!