在ubuntu22.04上拉取官方UE4.27的docker容器镜像一直被拒绝,此前将github与epick账号关联,且加入组织

bash:docker pull ghcr.io/epicgames/unreal-engine:dev-4.27

Error response from daemon: Head "https://ghcr.io/v2/epicgames/unreal-engine/manifests/dev-4.27": denied: denied

测试API访问权限
bash:curl -H “Authorization: Bearer ”
https://ghcr.io/v2/epicgames/unreal-engine/manifests/dev-4.27

{“errors”:[{“code”:“DENIED”,“message”:“invalid token”}]}