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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -