Git Product home page Git Product logo

Comments (4)

 avatar commented on July 28, 2024

I just tried to clone the repo into a fresh directory and was not able to reproduce the problem. Will close the ticket for now.

from etherchain-light.

y12studio avatar y12studio commented on July 28, 2024

hi @gobitfly
I tried to clone the repo on the official ubuntu image but the result was the same.

$ docker run -it --rm ubuntu
root@d5ba6f68857a:/# apt-get update && apt-get install -y git
root@d5ba6f68857a:/# git version
git version 2.7.4
root@d5ba6f68857a:/# git clone https://github.com/gobitfly/etherchain-light --recursive
Cloning into 'etherchain-light'...
remote: Counting objects: 125, done.
remote: Compressing objects: 100% (70/70), done.
remote: Total 125 (delta 67), reused 107 (delta 49), pack-reused 0
Receiving objects: 100% (125/125), 36.89 KiB | 0 bytes/s, done.
Resolving deltas: 100% (67/67), done.
Checking connectivity... done.
Submodule 'utils/solc-bin' ([email protected]:ethereum/solc-bin.git) registered for path 'utils/solc-bin'
Cloning into 'utils/solc-bin'...
The authenticity of host 'github.com (192.30.253.112)' can't be established.
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'github.com,192.30.253.112' (RSA) to the list of known hosts.
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]:ethereum/solc-bin.git' into submodule path 'utils/solc-bin' failed

from etherchain-light.

ice09 avatar ice09 commented on July 28, 2024

had the same problem, you have to add your ssh public key to github (https://help.github.com/articles/connecting-to-github-with-ssh/), then it works.
However, I am not sure why you have to do this.

from etherchain-light.

edevil avatar edevil commented on July 28, 2024

This is a problem when packaging the app in a docker container:

Step 5/5 : RUN git clone https://github.com/gobitfly/etherchain-light --recursive
 ---> Running in 2d040ec90b76
Cloning into 'etherchain-light'...
Submodule 'utils/solc-bin' ([email protected]:ethereum/solc-bin.git) registered for path 'utils/solc-bin'
Cloning into 'utils/solc-bin'...
Warning: Permanently added the RSA host key for IP address '192.30.253.112' to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
Clone of '[email protected]:ethereum/solc-bin.git' into submodule path 'utils/solc-bin' failed
The command '/bin/sh -c git clone https://github.com/gobitfly/etherchain-light --recursive' returned a non-zero code: 1

A possible fix is to switch the URL of the git submodule to use a "https://" scheme instead of "git://".

from etherchain-light.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.