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

リモートリポジトリについて

GitHub's collaborative approach to development depends on publishing commits from your local repository to GitHub for other people to view, fetch, and update.

ここには以下の内容があります:

リモートリポジトリについて

リモート URL は、「コードがここに保存されています」ということを表現する Git のしゃれた方法です。 That URL could be your repository on GitHub, or another user's fork, or even on a completely different server.

プッシュできるのは、2 種類の URL アドレスに対してのみです。

  • https://github.com/user/repo.git のような HTTPS URL
  • [email protected]:user/repo.git のような SSH URL

Git はリモート URL に名前を関連付けます。デフォルトのリモートは通常 origin と呼ばれます。

Creating remote repositories

git remote add コマンドを使用してリモート URL に名前を関連付けることができます。 たとえば、コマンドラインに以下のように入力できます:

git remote add origin  <REMOTE_URL> 

これで origin という名前が REMOTE_URL に関連付けられます。

git remote set-url を使えば、リモートの URL を変更できます。

Choosing a URL for your remote repository

GitHub で使用できるリポジトリを複製する方法は複数あります。

アカウントにサインインしているときにリポジトリを表示すると、プロジェクトを自分のコンピュータに複製するために使用できるURLがリポジトリの詳細の下に表示されます.

For information on setting or changing your remote URL, see "Managing remote repositories."

Cloning with HTTPS URLs

The https:// clone URLs are available on all repositories, regardless of visibility. https:// clone URLs work even if you are behind a firewall or proxy.

コマンドラインで、HTTPS URL を使用してリモートリポジトリに git clonegit fetchgit pull または git push を行った場合、GitHub のユーザ名とパスワードの入力を求められます。 When Git prompts you for your password, enter your personal access token (PAT) instead. Password-based authentication for Git is deprecated, and using a PAT is more secure. For more information, see "Creating a personal access token."

SAML SSOを使用しているOrganizationにアクセスしているなら、認証を受ける前にOrganizationにアクセスするための個人アクセストークンの認可もしなければなりません。 詳しい情報については「SAMLシングルサインオンでの認証について」及び「SAMLシングルサインオンで利用する個人アクセストークンの認可」を参照してください。

ヒント:

If you'd rather use SSH but cannot connect over port 22, you might be able to use SSH over the HTTPS port. 詳細は、「HTTPS ポートを介して SSH を使用する」を参照してください。

SSH URL を使ってクローンする

SSH URL は、SSH (安全なプロトコル) を介した Git リポジトリへのアクセスを提供します。 これらの URL を使用するには、コンピュータで SSH キーペアを生成し、公開鍵を GitHub アカウントに追加する必要があります。 詳しい情報については「GitHub に SSH で接続する」を参照してください。

SSH URL を使用して、git clonegit fetchgit pull または git push をリモートリポジトリに実行すると、パスワードの入力を求められ、SSH キーパスフレーズを入力する必要があります。 詳しい情報についてはSSH キーのパスフレーズを使うを参照してください。

If you are accessing an organization that uses SAML single sign-on (SSO), you must authorize your SSH key to access the organization before you authenticate. 詳しい情報については「SAMLシングルサインオンでの認証について」および「SAML シングルサインオンで使うためにSSHキーを認可する」を参照してください。

ヒント: SSH URL は、お使いのコンピュータにリポジトリを作成する際にも、または本番サーバーにコードをデプロイする安全な方法としても使用できます。 デプロイスクリプトで SSH エージェント転送を使用して、サーバー上のキーの管理を回避することもできます。 詳細は「SSH エージェント転送を使用する」を参照してください。

Cloning with GitHub CLI

You can also install GitHub CLI to use GitHub workflows in your terminal. For more information, the GitHub CLI documentation.

Subversion を使って複製する

Subversion クライアントを使用して、GitHub のリポジトリにアクセスすることもできます。 Subversion と Git では、提供する機能群に違いがあります。 詳しい情報については、「Subversion と Git の違い」を参照してください。

Subversion クライアントから GitHub のリポジトリにアクセスすることもできます。 詳細は、「Subversion クライアントのサポート」を参照してください。

Did this doc help you?

Privacy policy

Help us make these docs great!

All GitHub docs are open source. See something that's wrong or unclear? Submit a pull request.

Make a contribution

OR, learn how to contribute.

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant