Issue to run curl command in windows 7 Docker Quickstart Terminal

早过忘川 提交于 2019-12-05 14:10:52

Actually, the issue is more likely that the version of curl on your machine doesn't support redirects. In the note below the instructions for the curl command is a note that suggests that if you have errors, update your version of curl.

Note that replacing the URL with the raw GH URL is also a correct solution, but you probably want to update curl regardless.

Finally found the issue.:)

The problem was with the url https://goo.gl/iX9dek, the document here is moved to here which is not updated in the stepout that I am following.

It is working with the following command

curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/master/scripts/bootstrap-1.0.0.sh | bash


易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!