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

installation fails on remote server with no ssh configured #71

Open
TimDaub opened this issue Aug 5, 2022 · 1 comment
Open

installation fails on remote server with no ssh configured #71

TimDaub opened this issue Aug 5, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@TimDaub
Copy link
Collaborator

TimDaub commented Aug 5, 2022

upon npm i


> [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

@TimDaub TimDaub added the bug Something isn't working label Aug 5, 2022
@TimDaub
Copy link
Collaborator Author

TimDaub commented Aug 8, 2022

related #59 #56

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant