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
I encountered this error Error: Authorization failed: https://ghcr.io/token. After some troubleshooting, I discovered that the credentials stored in ~/.docker/config.json were stale. I fixed the error by removing the file ~/.docker/config.json. Running docker login ghcr.io would likely also fix it. Perhaps this information could be added to the top-level README.md to a section Configuration Files or Authentication section?
The text was updated successfully, but these errors were encountered:
I encountered this error
Error: Authorization failed: https://ghcr.io/token
. After some troubleshooting, I discovered that the credentials stored in~/.docker/config.json
were stale. I fixed the error by removing the file~/.docker/config.json
. Runningdocker login ghcr.io
would likely also fix it. Perhaps this information could be added to the top-levelREADME.md
to a sectionConfiguration Files
orAuthentication
section?The text was updated successfully, but these errors were encountered: