Creating a codespace
You can create a codespace for a branch in a repository to develop online.
Codespacesは、GitHub FreeもしくはGitHub Proを使っているユーザアカウントで利用できます。 詳しい情報については「GitHubの製品」を参照してください。
ここには以下の内容があります:
Were you able to find what you were looking for?
Thank you! Your feedback has been submitted.
ノート: Codespacesは現在限定ベータで、変更されることがあります。 ベータ期間中、GitHubはCodespacesの可用性について保証しません。 ベータへの参加に関する詳しい情報については「Codespacesについて」を参照してください。
About codespace creation
各コードスペースは、作成者だけが利用できます。 他者のcodespaceで作業することはできません。
各codespaceはリポジトリの特定ブランチと関連づけられます。 リポジトリごと、さらにはブランチごとに1つ以上のcodespaceを作成できます。 ただし、各ユーザアカウントには5つのcodespaceという制限があります。 この制限に達した場合に新しいcodespaceを作成したいなら、まずcodespaceを削除しなければなりません。 For more information, see "Deleting a codespace."
ベータの期間、Organizationが所有するプライベートリポジトリ、あるいはSAMLシングルサインオンを必要とするOrganizationが所有するリポジトリはサポートされません。
You cannot create a codespace in an empty repository. If your repository is empty, create a file in the repository before creating a codespace. For more information, see "Adding a file to a repository" and "Adding a file to a repository using the command line."
The environment of the codespace you create will be based on the repository's configuration. For more information, see "Configuring Codespaces for your project."
自分のアカウントで作成したcodespaceについて、codespace環境の様々な側面をパーソナライズすることもできます。 パーソナライズには、シェルの環境設定や追加のツールが含まれます。 For more information, see "Personalizing Codespaces for your account."
codespaceをオープンした後は、テキスト編集、デバッギング、GitコマンドといったVisual Studio Codeの機能を使って開発を行えます。 詳しい情報についてはVisual Studio Codeのドキュメンテーションを参照してください。
You can see every codespace owned by your user account at github.com/codespaces.
Creating a codespace
- GitHubで、リポジトリのメインページにアクセスしてください。
- Under the repository name, use the "Branch" drop-down menu, and select the branch you want to create a codespace for.

- Under the repository name, use the Code drop-down menu, and select Open with Codespaces.

- If you already have a codespace for the branch, click New codespace.

Were you able to find what you were looking for?
Thank you! Your feedback has been submitted.