Issue installing EDEN on docker-compose
Closed this issue · 0 comments
sebastianbiehl commented
Hello,
I'm having an issue with installing EDEN Parity Network. When I try to run
docker-compose up -d
I get the following error:
Step 5/10 : RUN git clone https://github.com/appliedblockchain/explorer.git .
---> Running in 1e154df4fa76
Cloning into '.'...
fatal: could not read Username for 'https://github.com': No such device or address
ERROR: Service 'explorer' failed to build: The command '/bin/sh -c git clone https://github.com/appliedblockchain/explorer.git .' returned a non-zero code: 128
Any idea on how to solve this?