本站在允许 JavaScript 运行的环境下浏览效果更佳


解决 docker pull image "ghcr.io..." Unauthorized error

现象

解决docker-pull-image-ghcr-unauthorized-error-现象.png

解决方法

之前构建的时候一切顺利,在笔者要写教程的时候,构建后拉取时不断报错Unauthorized

https://github.com/orgs/[XXX]/packages/container/[YYY]/settings

按照上面的地址,把[xxx]换成你的用户名,[YYY]换成项目名
比如笔者fork之后,仓库是HowieHz/umami,
那笔者就进入https://github.com/orgs/HowieHz/packages/container/umami/settings

解决-umami-api延迟问题-解决无法pull问题.png

解决-umami-api延迟问题-解决无法pull问题-2.png

输入项目名称后点击红字按钮即可完成修改,之后就可以正常拉取

相关阅读

解决github action push to ghcr '403 Forbidden' error

为了便于检索,将此文章和上方链接对应的文章从下面这篇文章中摘录出来

解决umami active api延迟问题