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