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