As soon as I have a few includes in a wit file, wkg wit fetch fails with the following error. I'm not sure if that is an issue with wkg or the packages here in this repository.
$ wkg wit fetch
vscode ➜ /workspaces/home-wasi/crates/roth-touchline (main) $ wkg wit fetch
Error: registry error: Not authorized: url https://ghcr.io/v2/webassembly/wasi/cli/tags/list
Caused by:
Not authorized: url https://ghcr.io/v2/webassembly/wasi/cli/tags/list
Currently nobody in our team nor the CI system can execute successfully. I also verified that no wrong docker/oci credentials are on the machine, in fact there is no docker at all installed.
One of the strange findings is that in case there's only one include fetch seems to run fine.
As soon as I have a few includes in a wit file,
wkg wit fetchfails with the following error. I'm not sure if that is an issue withwkgor the packages here in this repository.$ wkg wit fetch vscode ➜ /workspaces/home-wasi/crates/roth-touchline (main) $ wkg wit fetch Error: registry error: Not authorized: url https://ghcr.io/v2/webassembly/wasi/cli/tags/list Caused by: Not authorized: url https://ghcr.io/v2/webassembly/wasi/cli/tags/listCurrently nobody in our team nor the CI system can execute successfully. I also verified that no wrong docker/oci credentials are on the machine, in fact there is no docker at all installed.
One of the strange findings is that in case there's only one include fetch seems to run fine.