Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not get script via 'curl -vsS https://raw.githubusercontent.com/hyperledger/fabric/master/scripts/bootstrap.sh | bash' #76

Closed
lyp830414 opened this issue Feb 3, 2021 · 1 comment · Fixed by #80
Labels
bug Something isn't working

Comments

@lyp830414
Copy link
Contributor

Issue description
As curl could not support https( unless user try to manually compile and install curl code with enable 'https' feature )

Then it failed after I tried ‘ curl -vsS https://raw.githubusercontent.com/hyperledger/fabric/master/scripts/bootstrap.sh | bash’, shown as following figure.

image

I haven't found a good way about how to download the script automatically, so I did it by manual :-)

Proposal
Shall we notice user to do it by manual in README? Or any approach the way to download & operate it .

@lyp830414 lyp830414 added the bug Something isn't working label Feb 3, 2021
@SamYuan1990
Copy link
Owner

@lyp830414 , could you please fix this bug via pr?
in fact, the shell script is https://github.com/hyperledger/fabric/blob/master/scripts/bootstrap.sh
or we can modify the document with download
https://github.com/hyperledger/fabric/blob/master/scripts/bootstrap.sh and run?

lyp830414 added a commit to lyp830414/Probe that referenced this issue Feb 5, 2021
Signed-off-by: lyp830414 <lyp830414@163.com>
lyp830414 added a commit to lyp830414/Probe that referenced this issue Feb 5, 2021
Signed-off-by: lyp830414 <lyp830414@163.com>
lyp830414 added a commit to lyp830414/Probe that referenced this issue Feb 5, 2021
Signed-off-by: lyp830414 <lyp830414@163.com>
SamYuan1990 added a commit that referenced this issue Feb 5, 2021
@SamYuan1990 SamYuan1990 linked a pull request Feb 5, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants