neume-network / neume-network/core
installation fails on remote server with no ssh configured
Open
Nobody has claimed this yet.
bug
- Dominant language
- JavaScript
- Stars
- 27
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
upon npm i
> neume-network-core@0.0.1 postinstall
> git submodule sync && git submodule update --init && cd ./src/strategies && npm install
Submodule 'src/strategies' (git@github.com: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.
git@github.com: 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 'git@github.com: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'...
git@github.com: 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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the .gitmodules entry for src/strategies and the postinstall command shown in the issue. Change the submodule URL to the HTTPS repository URL, then run npm i on a remote server without SSH configured to verify that installation completes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, github, javascript
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100