-
|
I was trying to use the Docker image as documented in the README: $ docker run --rm -v $(pwd):$(pwd):Z -w $(pwd) -t ghcr.io/github-linguist/linguist:latestHowever, I'm receiving an unauthorized error when attempting to pull the image: Questions
Additional ContextI attempted this without being logged into GitHub Container Registry, assuming the image was public based on the documentation. If authentication is now required, it would be helpful to note this in the README. Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
lildude
Feb 19, 2026
Replies: 1 comment 1 reply
-
|
🤦 The org settings were recently changed which changed the repo's package perms to private. I've switched back to public so things should be working again. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
panudetjt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🤦 The org settings were recently changed which changed the repo's package perms to private. I've switched back to public so things should be working again.