Forking and cloning the trade-finance-logistics repository

Now we need to get our own copy of the original source code by forking the repository on GitHub. Then, we can clone the source code into a local machine directory with the following steps:

  1. In GitHub, navigate to the following repository: https://github.com/HyperledgerHandsOn/trade-finance-logistics
  2. Fork the repository: Use the Fork button at the top-right corner of the page to create a copy of the source code to your account

 

  1. Get the clone URL: Navigate to your fork of the trade-finance-logistics repository. Click on the Clone or download button, and copy the URL
  2. Clone the repository: In the Go workspace, clone the repository as follows:
$ cd $GOPATH/src 
$ git clone https://github.com/YOUR-USERNAME/trade-finance-logistics

We now have a local copy of all the trade-finance-logistics tutorial materials.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
52.15.80.101