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