How to download and setup hugo
Open terminal and run command
git clone https://github.com/gohugoio/hugo.git
git clone is used to create a copy or clone of hugo 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 hugo https://github.com/gohugoio/hugo/archive/master.zip
Or simply clone hugo with SSH
[email protected]:gohugoio/hugo.git