Hyperledger fabric: No script -


i following tutorial on http://hyperledger-fabric.readthedocs.io setup own hyperledger. building first network using "first-network" in fabric-samples. ./byfn -m generate ok, after using ./byfn -m receive below error:

/bin/bash: ./scripts/script.sh: no such file or directory 

the script.sh file available in:

\fabric-samples\first-network\scripts 

after running 'docker ps -a' get: enter image description here

my os windows 10. know causing , how resolve this?

check out http://hyperledger-fabric.readthedocs.io/en/latest/prereqs.html#windows-extras - part on git settings required windows prior cloning samples repository:

git config --global core.autocrlf false git config --global core.longpaths true 

Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -