This version of GitHub Enterprise will be discontinued on This version of GitHub Enterprise was discontinued on 2020-05-23. No patch releases will be made, even for critical security issues. For better performance, improved security, and new features, upgrade to the latest version of GitHub Enterprise. For help with the upgrade, contact GitHub Enterprise support.

Article version: Enterprise Server 2.17

Set up Git

At the heart of GitHub Enterprise is an open source version control system (VCS) called Git. Git is responsible for everything GitHub Enterprise-related that happens locally on your computer.

In this article

To use Git on the command line, you'll need to download, install, and configure Git on your computer.

If you want to work with Git locally, but don't want to use the command line, you can instead download and install the GitHub Desktop client. For more information, see "Getting started with GitHub Desktop."

If you don't need to work with files locally, GitHub Enterprise lets you complete many Git-related actions directly in the browser, including:

Setting up Git

  1. Download and install the latest version of Git.
  2. Set your username in Git.
  3. Set your commit email address in Git.

Next steps: Authenticating with GitHub from Git

When you connect to a GitHub Enterprise repository from Git, you'll need to authenticate with GitHub Enterprise using either HTTPS or SSH.

If you clone with HTTPS, you can cache your GitHub password in Git using a credential helper.

Connecting over SSH

If you clone with SSH, you must generate SSH keys on each computer you use to push or pull from GitHub Enterprise.

Celebrate

Congratulations, you now have Git and GitHub Enterprise all set up! What do you want to do next?

Ask a human

Can't find what you're looking for?

Contact us