I am following the tutorial on http://hyperledger-fabric.readthedocs.io to setup my own hyperledger. I am building the first network using "first-network" in the fabric-samples. The ./byfn -m generate is OK, but after using ./byfn -m up I receive the below error:
/bin/bash: ./scripts/script.sh: No such file or directory
The script.sh file is available in:
\fabric-samples\first-network\scripts
After running 'docker ps -a' I get:

My OS is Windows 10. Does anyone know what is causing this and how to resolve this?
Check out http://hyperledger-fabric.readthedocs.io/en/latest/prereqs.html#windows-extras - specifically this part on Git settings required for Windows prior to cloning the samples repository:
git config --global core.autocrlf false
git config --global core.longpaths true
来源:https://stackoverflow.com/questions/45779061/hyperledger-fabric-no-script