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