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