Navigate to you GitHub Home page https://github.com/YOUR_GIT_USERNAME_HERE/
Copy you forks url path
When cloing your fork make sure to include the –recurse-submodules flag
Change you current working directory to the location where you want to clone you fork. For this workshop, create a quickstarts directory in your home directory.
mkdir ~/quickstarts
Clone the repo
git clone --recurse-submodules YOUR-FORK-URL