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
When I install my packages on my local machine (macOS) using the pnpm version, everything is installed fine and my tests & builds are passing. However, in CI workflow it seems it cant find a certain repo due to name change:
Lockfile is up to date, resolution step is skipped
Progress: resolved 1, reused 0, downloaded 0, added 0
.| +1199 ++++++++++++++++++++++++++++
Progress: resolved 1199, reused 0, downloaded 135, added 131
undefined
ERROR Command failed with exit code 128: /usr/bin/git clone [email protected]:Bundlr-Network/avsc.git /home/runner/setup-pnpm/node_modules/.bin/store/v3/tmp/_tmp_2016_eabe5a8c37e5a78d311edc995da85a1e
Cloning into '/home/runner/setup-pnpm/node_modules/.bin/store/v3/tmp/_tmp_2016_eabe5a8c37e5a78d311edc995da85a1e'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
The problem repository belongs to Bundlr Network, who have recently change their name to Irys. As such, their organization has moved from Bundlr-Network to Irys-xyz which has changed the repo link as follows:
Hello,
When I install my packages on my local machine (macOS) using the pnpm version, everything is installed fine and my tests & builds are passing. However, in CI workflow it seems it cant find a certain repo due to name change:
For more details:
The problem repository belongs to Bundlr Network, who have recently change their name to Irys. As such, their organization has moved from
Bundlr-Network
toIrys-xyz
which has changed the repo link as follows:If you connect to old link, it still resolves to the new one due to how GitHub works I guess, but pnpm in CI environment has an issue.
Would love if anyone can help, perhaps there is a command line option for something like this? Thanks!
Note
I'm opening the issue here instead of pnpm repo because I only get this error in CI environment. (firstbatchxyz/hollowdb-vector#3)
The text was updated successfully, but these errors were encountered: