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
> [email protected] postinstall
> git submodule sync && git submodule update --init && cd ./src/strategies && npm install
Submodule 'src/strategies' ([email protected]:neume-network/strategies.git) registered for path 'src/strategies'
Cloning into '/root/core/src/strategies'...
Warning: Permanently added the ECDSA host key for IP address 'x' to the list of known hosts.
[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.
fatal: clone of '[email protected]:neume-network/strategies.git' into submodule path '/root/core/src/strategies' fa
iled
Failed to clone 'src/strategies'. Retry scheduled
Cloning into '/root/core/src/strategies'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
the workaround is to go into .gitmodules and change the URL of strategies repository to https://github.com/neume-network/strategies.git
The text was updated successfully, but these errors were encountered:
A good argument for using HTTPS over SSH is that a pro user knows how to fix from HTTPS to SSH and that probably many would use it to install rather than developing
upon
npm i
the workaround is to go into .gitmodules and change the URL of strategies repository to
https://github.com/neume-network/strategies.git
The text was updated successfully, but these errors were encountered: