Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm update - ERR! code 128 - Turtlecoin repository is missing #708

Open
blackmennewstyle opened this issue Oct 14, 2022 · 2 comments
Open

Comments

@blackmennewstyle
Copy link

One of the submodule seems to have issues, it looks like the repository for turtlecoin has been removed :$

git clone https://github.com/dvandal/cryptonote-nodejs-pool.git
Cloning into 'cryptonote-nodejs-pool'...
remote: Enumerating objects: 7245, done.
remote: Counting objects: 100% (58/58), done.
remote: Compressing objects: 100% (39/39), done.
remote: Total 7245 (delta 27), reused 40 (delta 19), pack-reused 7187
Receiving objects: 100% (7245/7245), 10.77 MiB | 7.93 MiB/s, done.
Resolving deltas: 100% (1730/1730), done.

Here comes the little problem:

npm update
npm ERR! code 128
npm ERR! An unknown git error occurred
npm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/turtlecoin/node8-multi-hashing.git
npm ERR! git@github.com: Permission denied (publickey).
npm ERR! fatal: Could not read from remote repository.
npm ERR! 
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/ceedii/.npm/_logs/2022-10-14T12_43_47_221Z-debug-0.lo

github.com/turtlecoin/node8-multi-hashing.git does not seem to exist anymore :$

@ck-kc
Copy link

ck-kc commented Feb 1, 2024

Having similar problem with turtlecoin-crypto.git . Any suggestions of alternative template?

npm ERR! code 128 npm ERR! An unknown git error occurred npm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/turtlecoin/turtlecoin-crypto.git npm ERR! git@github.com: Permission denied (publickey). npm ERR! fatal: Could not read from remote repository. npm ERR! npm ERR! Please make sure you have the correct access rights npm ERR! and the repository exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants