Skip to content

Instantly share code, notes, and snippets.

@krokrob
Last active June 18, 2020 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krokrob/ac1385d2cb487b8062fc0dc27c11e533 to your computer and use it in GitHub Desktop.
Save krokrob/ac1385d2cb487b8062fc0dc27c11e533 to your computer and use it in GitHub Desktop.

How to install hub?

Mac OSX 🍏

brew install hub

Then restart your terminal.

Windows Git Bash 🖼

  • Install chocolatey (package manager for windows) https://chocolatey.org/install
  • Restart your Git Bash as an administrator (right click - execute as an administrator)
  • Then run:
choco install hub

and answer y to each questions then restart your terminal.

Ubuntu 🐧

sudo apt install hub

Then restart your terminal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment