BiniBFT - An Optimized BFT on Fabric
Evaluation 1 - Report
Submitted By: Ashna P S
...
curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/main/scripts/install-fabric.sh | bash -s -- binary
Incase of errors like:
- Try a different ISP, if it is Jio India.
- Use a different DNS:
- Run:
sudo nano /etc/hosts
- In the text editor (nano), scroll to the bottom of the file and add the following line:
185.199.108.133 raw.githubusercontent.com
- This tells your system that when it tries to access raw.githubusercontent.com, it should use the IP address 185.199.108.133.
- After adding the line, save the changes by pressing Ctrl + O (to write out) and then press Enter. To exit the text editor, press Ctrl + X.
- You've now added the entry to the /etc/hosts file. Try the installation again to see if it resolves the issue.
- Run:
...