How to download and setup pouch
Open terminal and run command
git clone https://github.com/alibaba/pouch.git
git clone is used to create a copy or clone of pouch repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with pouch https://github.com/alibaba/pouch/archive/master.zip
Or simply clone pouch with SSH
[email protected]:alibaba/pouch.git