Skip to main content
ドキュメントには� �繁に更新が� えられ、その都度公開されています。本ページの翻訳はま� 未完成な部分があることをご了承く� さい。最新の情� �については、英語のドキュメンテーションをご参照く� さい。本ページの翻訳に問題がある� �合はこちらまでご連絡く� さい。

このバージョンの GitHub Enterprise はこの日付をもって終了となりました: 2022-06-03. 重大なセキュリティの問題に対してであっても、パッチリリースは作成されません。 パフォーマンスの向上、セキュリティの改善、新機能のためには、最新バージョンのGitHub Enterpriseにアップグレードしてく� さい。 アップグレードに関する支援については、GitHub Enterprise supportに連絡してく� さい。

Git のセットアップ

GitHub の中心には、Git というオープンソースバージョンコントロールシステ�  (VCS) があります。 Git は、GitHub に関連してローカルコンピュータで発生するすべての動作の� �本を担っています。

Git を使用する

To use Git on the command line, you will need to download, install, and configure Git on your computer. You can also install GitHub CLI to use GitHub from the command line. 詳しい情� �については、「GitHub CLI について」を参照してく� さい。

If you want to work with Git locally, but do not want to use the command line, you can instead download and install the GitHub Desktop client. 詳しい情� �については、「GitHub Desktop のインストールと設定」を参照してく� さい。

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

Git をセットアップする

  1. Git の最新バージョンをダウンロードしてインストールする

Note: If you are using a Chrome OS device, additional set up is required:

  1. Install a terminal emulator such as Termux from the Google Play Store on your Chrome OS device.
  2. From the terminal emulator that you installed, install Git. For example, in Termux, enter apt install git and then type y when prompted.
  1. Git でユーザ名を設定する
  2. Git のコミットメールアドレスを設定する

Authenticating with GitHub from Git

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

Note: You can authenticate to GitHub Enterprise Server using GitHub CLI, for either HTTP or SSH. For more information, see gh auth login.

If you clone with HTTPS, you can cache your GitHub credentials in Git using a credential helper. For more information, see "Cloning with HTTPS urls" and "Caching your GitHub credentials in Git."

SSH で接続

If you clone with SSH, you must generate SSH keys on each computer you use to push or pull from GitHub Enterprise Server. For more information, see "Cloning with SSH urls" and "Generating a new SSH key."

次のステップ

You now have Git and GitHub all set up. You may now choose to create a repository where you can put your projects. Saving your code in a repository allows you to back up your code and share it around the world.

  • Creating a repository for your project allows you to store code in GitHub. This provides a backup of your work that you can choose to share with other developers. For more information, see “Create a repository.".

  • Forking a repository will allow you to make changes to another repository without affecting the original. For more information, see "Fork a repository."

  • Each repository on GitHub is owned by a person or an organization. You can interact with the people, repositories, and organizations by connecting and following them on GitHub Enterprise Server. For more information, see "Be social."

  • GitHubには� 晴らしいサポートコミュニティがあり、助けを求め、世界中の人々と話すことができます。 Join the conversation on GitHub Support Community.