зеркало из https://github.com/github/docs.git
New translation batch for ja (#30696)
This commit is contained in:
Родитель
ebbd56c599
Коммит
6e493149ce
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: GitHub Codespaces での GitHub Copilot の使用
|
||||
intro: '拡張機能を追加することで、{% data variables.product.prodname_github_codespaces %} で Copilot を使用できます。'
|
||||
title: Using GitHub Copilot in GitHub Codespaces
|
||||
intro: 'You can use {% data variables.product.prodname_copilot %} in {% data variables.product.prodname_github_codespaces %} by adding the extension.'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
||||
|
@ -14,16 +14,11 @@ shortTitle: Copilot in Codespaces
|
|||
redirect_from:
|
||||
- /codespaces/codespaces-reference/using-copilot-in-codespaces
|
||||
- /codespaces/codespaces-reference/using-github-copilot-in-codespaces
|
||||
ms.openlocfilehash: e31b0816a804ce9d7290bf1afd648631f3bb99a3
|
||||
ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5
|
||||
ms.translationtype: HT
|
||||
ms.contentlocale: ja-JP
|
||||
ms.lasthandoff: 09/05/2022
|
||||
ms.locfileid: '147111543'
|
||||
---
|
||||
## {% data variables.product.prodname_copilot %} の使用
|
||||
|
||||
[{% data variables.product.prodname_copilot %}](https://copilot.github.com/) (AI ペア プログラマー) は、任意の codespace で使用できます。 {% data variables.product.prodname_github_codespaces %} で {% data variables.product.prodname_copilot_short %} の使用を開始するには、[{% data variables.product.prodname_vscode_marketplace %} から {% data variables.product.prodname_copilot_short %} 拡張機能](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot)をインストールします。
|
||||
## Using {% data variables.product.prodname_copilot %}
|
||||
|
||||
{% data variables.product.prodname_copilot_short %} またはその他の拡張機能をすべての codespace に含めるには、Settings Sync を有効にします。詳しくは、「[アカウントの {% data variables.product.prodname_github_codespaces %} をパーソナライズする](/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account#settings-sync)」をご覧ください。 また、すべてのユーザーの特定のプロジェクトに {% data variables.product.prodname_copilot_short %} を含めるには、`devcontainer.json` ファイルで `GitHub.copilot` を拡張機能として指定できます。 `devcontainer.json` ファイルの構成については、「[開発コンテナーの概要](/codespaces/customizing-your-codespace/configuring-codespaces-for-your-project#creating-a-custom-dev-container-configuration)」を参照してください。
|
||||
[{% data variables.product.prodname_copilot %}](https://copilot.github.com/), an AI pair programmer, can be used in any codespace. To start using {% data variables.product.prodname_copilot %} in {% data variables.product.prodname_github_codespaces %}, install the [{% data variables.product.prodname_copilot %} extension from the {% data variables.product.prodname_vscode_marketplace %}](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot).
|
||||
|
||||
To include {% data variables.product.prodname_copilot %}, or other extensions, in all of your codespaces, enable Settings Sync. For more information, see "[Personalizing {% data variables.product.prodname_github_codespaces %} for your account](/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account#settings-sync)." Additionally, to include {% data variables.product.prodname_copilot %} in a given project for all users, you can specify `GitHub.copilot` as an extension in your `devcontainer.json` file. For information about configuring a `devcontainer.json` file, see "[Introduction to dev containers](/codespaces/customizing-your-codespace/configuring-codespaces-for-your-project#creating-a-custom-dev-container-configuration)."
|
||||
|
||||
|
|
|
@ -61,11 +61,7 @@ ln -sf $PWD/.devcontainer/config $HOME/config && set +x
|
|||
|
||||
## Stopping a codespace
|
||||
|
||||
You can stop a codespace at any time. When you stop a codespace, any running processes are stopped and the terminal history is cleared. Any saved changes in your codespace will still be available when you next start it. If you do not explicitly stop a codespace, it will continue to run until it times out from inactivity. For more information, see "[Codespaces timeouts](#codespaces-timeouts)."
|
||||
|
||||
Only running codespaces incur CPU charges; a stopped codespace incurs only storage costs.
|
||||
|
||||
You may want to stop and restart a codespace to apply changes to it. For example, if you change the machine type used for your codespace, you will need to stop and restart it for the change to take effect. You can also stop your codespace and choose to restart or delete it if you encounter an error or something unexpected. For more information, see "[Suspending or stopping a codespace](/codespaces/codespaces-reference/using-the-command-palette-in-codespaces#suspending-or-stopping-a-codespace)."
|
||||
{% data reusables.codespaces.stopping-a-codespace %} For more information, see "[Stopping and starting a codespace](/codespaces/developing-in-codespaces/stopping-and-starting-a-codespace)."
|
||||
|
||||
## Deleting a codespace
|
||||
|
||||
|
|
|
@ -13,6 +13,7 @@ children:
|
|||
- /developing-in-a-codespace
|
||||
- /using-source-control-in-your-codespace
|
||||
- /using-github-codespaces-for-pull-requests
|
||||
- /stopping-and-starting-a-codespace
|
||||
- /renaming-a-codespace
|
||||
- /deleting-a-codespace
|
||||
- /forwarding-ports-in-your-codespace
|
||||
|
|
|
@ -22,6 +22,7 @@ includeGuides:
|
|||
- /codespaces/developing-in-codespaces/developing-in-a-codespace
|
||||
- /codespaces/developing-in-codespaces/deleting-a-codespace
|
||||
- /codespaces/developing-in-codespaces/forwarding-ports-in-your-codespace
|
||||
- /codespaces/developing-in-codespaces/stopping-and-starting-a-codespace
|
||||
- /codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code
|
||||
- /codespaces/developing-in-codespaces/using-codespaces-with-github-cli
|
||||
- /codespaces/developing-in-codespaces/using-source-control-in-your-codespace
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Git LFS
|
||||
intro: ''
|
||||
intro: 'You can enable or disable {% data variables.large_files.product_name_long %} (LFS) for a repository.'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=3.3'
|
||||
|
@ -10,11 +10,28 @@ topics:
|
|||
- API
|
||||
miniTocMaxHeadingLevel: 3
|
||||
allowTitleToDifferFromFilename: true
|
||||
ms.openlocfilehash: 4a7a7463c7078cd6a5e1ff3b6a4e5be3e019ed2c
|
||||
ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5
|
||||
ms.translationtype: HT
|
||||
ms.contentlocale: ja-JP
|
||||
ms.lasthandoff: 09/05/2022
|
||||
ms.locfileid: '147060851'
|
||||
---
|
||||
|
||||
## About the {% data variables.large_files.product_name_short %} API
|
||||
|
||||
You can use {% data variables.large_files.product_name_short %} to store large files in a Git repository. The {% data variables.large_files.product_name_short %} API allows you to enable or disable the feature for an individual repository. For more information about {% data variables.large_files.product_name_short %}, see "[About {% data variables.large_files.product_name_short %}](/repositories/working-with-files/managing-large-files/about-git-large-file-storage)."
|
||||
|
||||
People with admin access to a repository can use the {% data variables.large_files.product_name_short %} API.
|
||||
|
||||
{% ifversion fpt or ghec %}
|
||||
|
||||
Usage of {% data variables.large_files.product_name_short %} is subject to billing. For more information, see "[About billing for {% data variables.large_files.product_name_long %}](/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage)."
|
||||
|
||||
If you want to use the {% data variables.large_files.product_name_short %} API for a repository that belongs to an organization, your role must provide you with access to the organization's{% ifversion ghec %} or enterprise's{% endif %} billing.{% ifversion fpt %} For more information, see "[Roles in an organization](/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization#organization-owners)."{% endif %}
|
||||
|
||||
{% ifversion ghec %}
|
||||
|
||||
| Repository ownership | Required repository access | Required role | More information |
|
||||
| :- | :- | :- | :- |
|
||||
| Personal account | Admin | N/A | N/A |
|
||||
| <ul><li>Organization on {% data variables.product.prodname_team %}</li><li>Organization on {% data variables.product.product_name %}, but not in an enterprise</li></ul> | Admin, which is inherited if you are an organization owner | Organization owner or billing manager | "[Roles in an organization](/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization#organization-owners)" |
|
||||
| Organization in an enterprise | Admin, which can be inherited if you are an organization owner | Enterprise owner or billing manager | "[Roles in an enterprise](/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise#enterprise-owners)" |
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% endif %}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: GitHub Supportについて
|
||||
intro: GitHub の使用中に発生した問題のトラブルシューティングについては、GitHub サポートにお問い合わせください。
|
||||
title: About GitHub Support
|
||||
intro: You can contact GitHub Support for help troubleshooting issues you encounter while using GitHub.
|
||||
shortTitle: About GitHub Support
|
||||
versions:
|
||||
fpt: '*'
|
||||
|
@ -21,38 +21,34 @@ redirect_from:
|
|||
- /enterprise-server/admin/enterprise-support/about-support-for-advanced-security
|
||||
topics:
|
||||
- Support
|
||||
ms.openlocfilehash: 87bee3904b20ef6b145716b1fa6ec445f16793d8
|
||||
ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5
|
||||
ms.translationtype: HT
|
||||
ms.contentlocale: ja-JP
|
||||
ms.lasthandoff: 09/05/2022
|
||||
ms.locfileid: '147400419'
|
||||
---
|
||||
## {% data variables.contact.github_support %}について
|
||||
|
||||
{% data variables.product.prodname_dotcom %} ユーザーが利用できるサポート オプションは、ユーザーの個人アカウント、ユーザーが所属する組織または企業、およびユーザーが管理する {% data variables.product.prodname_ghe_server %} インスタンスで使用される製品によって異なります。 各製品には既定のサポート レベルが含まれ、{% data variables.product.prodname_enterprise %} を使用するアカウントでは {% data variables.contact.premium_support %} を購入できます。
|
||||
## About {% data variables.contact.github_support %}
|
||||
|
||||
{% ifversion fpt %} 所属する組織で {% data variables.product.prodname_enterprise %} が使用されている場合は、{% data variables.product.prodname_docs %} の右上隅にあるドロップダウン メニューを使用して、製品に適したバージョンの記事を参照できます。 詳細については、「[GitHub Docs のバージョンについて](/get-started/learning-about-github/about-versions-of-github-docs)」を参照してください。
|
||||
The support options available to {% data variables.product.prodname_dotcom %} users depend on the products used by their personal accounts, any organizations or enterprises they are members of, and any {% data variables.product.prodname_ghe_server %} instances they manage. Each product includes a default level of support and accounts that use {% data variables.product.prodname_enterprise %} can purchase {% data variables.contact.premium_support %}.
|
||||
|
||||
{% ifversion fpt %}
|
||||
If you're a member of an organization that uses {% data variables.product.prodname_enterprise %}, you can use the drop-down menu in the upper-right corner of {% data variables.product.prodname_docs %} to view a version of these articles appropriate to your product. For more information, see "[About versions of GitHub Docs](/get-started/learning-about-github/about-versions-of-github-docs)."
|
||||
{% endif %}
|
||||
|
||||
{% ifversion not ghae %}
|
||||
|
||||
| | {% data variables.product.prodname_gcf %} | Standard サポート | Premium Support |
|
||||
| | {% data variables.product.prodname_gcf %} | Standard support | Premium support |
|
||||
|----|---------------|-------|---------------|
|
||||
| {% data variables.product.prodname_free_user %} | {% octicon "check" aria-label="Check" %} | | |
|
||||
| {% data variables.product.prodname_pro %} | {% octicon "check" aria-label="Check" %} | {% octicon "check" aria-label="Check" %} | |
|
||||
| {% data variables.product.prodname_team %} | {% octicon "check" aria-label="Check" %} | {% octicon "check" aria-label="Check" %} | |
|
||||
| {% data variables.product.prodname_ghe_cloud %} | {% octicon "check" aria-label="Check" %} | {% octicon "check" aria-label="Check" %} | 購入可能 |
|
||||
| {% data variables.product.prodname_ghe_server %} | {% octicon "check" aria-label="Check" %} | {% octicon "check" aria-label="Check" %} | 購入可能 |
|
||||
| {% data variables.product.prodname_ghe_cloud %} | {% octicon "check" aria-label="Check" %} | {% octicon "check" aria-label="Check" %} | Available to purchase |
|
||||
| {% data variables.product.prodname_ghe_server %} | {% octicon "check" aria-label="Check" %} | {% octicon "check" aria-label="Check" %} | Available to purchase |
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% ifversion ghes %}
|
||||
|
||||
以下の質問について、{% data variables.contact.contact_enterprise_portal %} を通じて {% data variables.contact.enterprise_support %} に連絡できます。
|
||||
- {% data variables.product.product_name %} のインストールと使用
|
||||
- 調査対象となっているエラーの原因の特定および検証
|
||||
- {% data variables.product.prodname_advanced_security %} のインストールと使用
|
||||
You can contact {% data variables.contact.enterprise_support %} through the {% data variables.contact.contact_enterprise_portal %} for help with:
|
||||
- Installing and using {% data variables.product.product_name %}
|
||||
- Identifying and verifying the causes of suspected errors
|
||||
- Installing and using {% data variables.product.prodname_advanced_security %}
|
||||
|
||||
{% endif %}
|
||||
|
||||
|
@ -60,131 +56,145 @@ ms.locfileid: '147400419'
|
|||
|
||||
{% data reusables.support.premium-support-features %}
|
||||
|
||||
詳細については、「[GitHub プレミアム サポートについて](/support/about-github-support/about-github-premium-support)」を参照してください。
|
||||
For more information, see "[About GitHub Premium Support](/support/about-github-support/about-github-premium-support)."
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% ifversion fpt or ghec or ghae %}
|
||||
|
||||
{% data variables.contact.github_support %} に問い合わせる前に、{%- ifversion fpt or ghec %} [{% data variables.product.prodname_dotcom %} Status](https://githubstatus.com/) {%- elsif ghae %} [{% data variables.product.product_name %} Status](https://ghestatus.com/) {%- endif %}で {% data variables.product.product_name %} のサービスに影響を与えるインシデントが現在あるかどうかを確認してください。 詳細については、「[GitHub の状態について](#about-github-status)」を参照してください。
|
||||
Before contacting {% data variables.contact.github_support %}, check if there are currently any incidents affecting services on {% data variables.product.product_name %} on
|
||||
{%- ifversion fpt or ghec %}
|
||||
[{% data variables.product.prodname_dotcom %} Status](https://githubstatus.com/)
|
||||
{%- elsif ghae %}
|
||||
[{% data variables.product.product_name %} Status](https://ghestatus.com/)
|
||||
{%- endif %}. For more information, see "[About GitHub status](#about-github-status)."
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% ifversion fpt %} {% data reusables.support.free-and-paid-support %}
|
||||
{% ifversion fpt %}
|
||||
{% data reusables.support.free-and-paid-support %}
|
||||
|
||||
アカウント、セキュリティ、不正使用の問題の報告、または有料アカウントのサポートを受けるには、{% data variables.contact.contact_support_portal %}にアクセスしてください。 詳細については、「[サポート チケットの作成](/support/contacting-github-support/creating-a-support-ticket)」を参照してください。
|
||||
To report account, security, and abuse issues, or to receive assisted support for a paid account, visit the {% data variables.contact.contact_support_portal %}. For more information, see "[Creating a support ticket](/support/contacting-github-support/creating-a-support-ticket)."
|
||||
{% endif %}
|
||||
|
||||
{% ifversion fpt %} 有料の製品を使用している場合、または有料製品を使用する組織のメンバーである場合は、{% data variables.contact.github_support %} に英語で問い合わせてください。
|
||||
{% else %}{% data variables.product.product_name %} を使用している場合は、英語と日本語のサポートにアクセスできます。
|
||||
{% ifversion fpt %}
|
||||
If you have any paid product or are a member of an organization with a paid product, you can contact {% data variables.contact.github_support %} in English.
|
||||
{% else %}
|
||||
With {% data variables.product.product_name %}, you have access to support in English and Japanese.
|
||||
{% endif %}
|
||||
|
||||
{% ifversion ghes or ghec %}
|
||||
|
||||
{% data variables.contact.github_support %}に問い合わせるには、{% data variables.contact.contact_support_portal %}にアクセスしてください。 詳細については、「[サポート チケットの作成](/support/contacting-github-support/creating-a-support-ticket)」を参照してください。
|
||||
To contact {% data variables.contact.github_support %}, visit the {% data variables.contact.contact_support_portal %}. For more information, see "[Creating a support ticket](/support/contacting-github-support/creating-a-support-ticket)."
|
||||
|
||||
{% elsif ghae %}
|
||||
|
||||
{% data variables.contact.ae_azure_portal %}を通じて {% data variables.contact.enterprise_support %}に問い合わせをし、問題を書面で報告できます。 詳細については、「[サポート チケットの作成](/support/contacting-github-support/creating-a-support-ticket)」を参照してください。
|
||||
You can contact {% data variables.contact.enterprise_support %} through the {% data variables.contact.ae_azure_portal %} to report issues in writing. For more information, see "[Creating a support ticket](/support/contacting-github-support/creating-a-support-ticket)."
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% ifversion not ghae %} GitHub サポートからの電子メール通信は、常に `github.com` または `githubsupport.com` のアドレスから送信されます。
|
||||
{% ifversion not ghae %}
|
||||
Email communication from GitHub Support will always be sent from either a `github.com` or `githubsupport.com` address.
|
||||
{% endif %}
|
||||
|
||||
## サポートのスコープ
|
||||
## Scope of support
|
||||
|
||||
{% data reusables.support.scope-of-support %}
|
||||
|
||||
{% ifversion ghec or fpt or ghae %}
|
||||
## GitHub の状態について
|
||||
## About GitHub status
|
||||
|
||||
{% data variables.product.prodname_dotcom %} の [Status ページ]({% ifversion fpt or ghec %}https://githubstatus.com{% elsif ghae %}https://ghestatus.com{% endif %})では、現在 {% data variables.product.product_name %} サービスに影響を与えているインシデントを確認し、過去のインシデントに関する情報を参照できます。
|
||||
You can check for any incidents currently affecting {% data variables.product.product_name %} services and view information about past incidents on {% data variables.product.prodname_dotcom %}'s [Status page]({% ifversion fpt or ghec %}https://githubstatus.com{% elsif ghae %}https://ghestatus.com{% endif %}).
|
||||
|
||||
また、{% data variables.product.product_name %} に影響を与えるインシデントが発生するたびに、メール、テキスト メッセージ、Webhook を通じてアラートを受け取れるよう、それらをサブスクライブすることもできます。
|
||||
You can also subscribe and get alerted via email, text message, and webhook whenever there's an incident affecting {% data variables.product.product_name %}.
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% ifversion ghec or ghes %}
|
||||
## サポート資格について
|
||||
## About support entitlement
|
||||
|
||||
エンタープライズ所有者と課金マネージャーには、エンタープライズ アカウントに関連付けられたサポート チケットを作成し、表示し、それらにコメントできるサポート資格が自動的に付与されます。
|
||||
Enterprise owners and billing managers automatically have a support entitlement, which enables them to create, view, and comment on support tickets associated with their enterprise account.
|
||||
|
||||
エンタープライズ所有者は、エンタープライズ アカウントによって所有されている組織のメンバーにサポート資格を追加して、それらのメンバーがサポート チケットの作成、表示、コメントを行えるようにすることもできます。 詳細については、「[Managing support entitlements for your enterprise (エンタープライズのサポート エンタイトルメントの管理)](/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-support-entitlements-for-your-enterprise)」を参照してください。
|
||||
Enterprise owners can also add support entitlements to members of organizations owned by their enterprise account, allowing those members to create, view, and comment on support tickets. For more information, see "[Managing support entitlements for your enterprise](/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-support-entitlements-for-your-enterprise)."
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% ifversion fpt or ghec %}
|
||||
## プライベートリポジトリへの一時アクセスを {% data variables.contact.github_support %} に許可する
|
||||
## Granting {% data variables.contact.github_support %} temporary access to a private repository
|
||||
|
||||
サポートリクエストへの対応のために{% data variables.contact.github_support %}がプライベートリポジトリにアクセスしなければならない場合、リポジトリのオーナーは一時的なアクセスの許可もしくは拒否のリンクを含むメールを受け取ります。 オーナーは 20 日以内にリクエストを受け入れるか拒否してください。それを過ぎるとリクエストは有効期限切れになります。 オーナーがリクエストを受け入れると、{% data variables.contact.github_support %} はリポジトリに 5 日間アクセスできるようになります。
|
||||
If {% data variables.contact.github_support %} needs to access a private repository to address your support request, the owner of the repository will receive an email with a link to accept or decline temporary access. The owner will have 20 days to accept or decline the request before the request expires. If the owner accepts the request, {% data variables.contact.github_support %} will have access the repository for five days.
|
||||
|
||||
{% data variables.contact.github_support %} は、明示的な合意をいただかない限り、プライベートリポジトリには決してアクセスしません。 詳しくは、[サービス使用条件](/free-pro-team@latest/github/site-policy/github-terms-of-service#3-access)に関するページをご覧ください。
|
||||
{% data variables.contact.github_support %} will never access your private repositories without your explicit consent. For more information, see the [Terms of Service](/free-pro-team@latest/github/site-policy/github-terms-of-service#3-access).
|
||||
{% endif %}
|
||||
|
||||
{% ifversion ghec or ghes %}
|
||||
## GitHub 販売チームと GitHub トレーニング
|
||||
## Contacting GitHub Sales and GitHub Training
|
||||
|
||||
価格、ライセンス、更新、見積もり、支払い、およびその他の関連するご質問については、{% data variables.contact.contact_enterprise_sales %} にお問い合わせいただくか、[+1 (877) 448-4820](tel:+1-877-448-4820) にお電話してください。
|
||||
For pricing, licensing, renewals, quotes, payments, and other related questions, contact {% data variables.contact.contact_enterprise_sales %} or call [+1 (877) 448-4820](tel:+1-877-448-4820).
|
||||
|
||||
カスタマイズされたトレーニングを含むトレーニングの選択肢に関する詳しい情報については[{% data variables.product.company_short %}のトレーニング サイト](https://services.github.com/)を参照してください。
|
||||
To learn more about training options, including customized trainings, see [{% data variables.product.company_short %}'s training site](https://services.github.com/).
|
||||
|
||||
{% note %}
|
||||
|
||||
**注:** トレーニングは {% data variables.product.premium_plus_support_plan %} に含まれています。 詳細については、「[GitHub プレミアム サポートについて](/support/about-github-support/about-github-premium-support)」を参照してください。
|
||||
**Note:** Training is included in the {% data variables.product.premium_plus_support_plan %}. For more information, see "[About GitHub Premium Support](/support/about-github-support/about-github-premium-support)."
|
||||
|
||||
{% endnote %}
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% ifversion ghes or ghec %}
|
||||
## 営業時間
|
||||
## Hours of operation
|
||||
|
||||
### 英語でのサポート
|
||||
### Support in English
|
||||
|
||||
緊急ではない標準的な問題の場合、英語でのサポートは週末とアメリカの休日をのぞく週 5 日 24 時間提供しています。 返信までの標準的な時間は 24 時間です。
|
||||
For standard non-urgent issues, we offer support in English 24 hours per day, 5 days per week, excluding weekends and national U.S. holidays. The standard response time is 24 hours.
|
||||
|
||||
{% ifversion ghes %} 緊急の問題については、米国の祝日を含む、24 時間年中無休で対応しています。
|
||||
{% ifversion ghes %}
|
||||
For urgent issues, we are available 24 hours per day, 7 days per week, even during national U.S. holidays.
|
||||
{% endif %}
|
||||
|
||||
### 日本語でのサポート
|
||||
### Support in Japanese
|
||||
|
||||
緊急以外の標準的な問題については、日本語でのサポートを月曜日から金曜日、日本時間午前 9:00 から午後 5:00 まで提供します。これは日本の国民の祝日を除きます。
|
||||
For standard non-urgent issues, support in Japanese is available Monday through Friday from 9:00 AM to 5:00 PM JST, excluding national holidays in Japan.
|
||||
|
||||
{% ifversion ghes %} 緊急の問題については、アメリカの祝日を含め 24 時間 365 日、英語で対応します。
|
||||
{% ifversion ghes %}
|
||||
For urgent issues, we offer support in English 24 hours per day, 7 days per week, even during national U.S. holidays.
|
||||
{% endif %}
|
||||
|
||||
{% data variables.contact.enterprise_support %} におけるアメリカおよび日本の祝日の完全なリストは「[休日のスケジュール](#holiday-schedules)」を参照してください。
|
||||
For a complete list of U.S. and Japanese national holidays observed by {% data variables.contact.enterprise_support %}, see "[Holiday schedules](#holiday-schedules)."
|
||||
|
||||
## 休日のスケジュール
|
||||
## Holiday schedules
|
||||
|
||||
緊急の問題については、アメリカ合衆国及び日本の祝日を含め24時間365日、英語で対応します。
|
||||
For urgent issues, we can help you in English 24 hours per day, 7 days per week, including on U.S. and Japanese holidays.
|
||||
|
||||
### アメリカ合衆国の祝日
|
||||
### Holidays in the United States
|
||||
|
||||
{% data variables.contact.enterprise_support %}は以下をアメリカ合衆国の祝日としますが、緊急の問い合わせに対してはグローバルのサポート チームが英語で対応します。
|
||||
{% data variables.contact.enterprise_support %} observes these U.S. holidays, although our global support team is available to answer urgent tickets.
|
||||
|
||||
{% data reusables.enterprise_enterprise_support.support-holiday-availability %}
|
||||
|
||||
### 日本の祝日
|
||||
### Holidays in Japan
|
||||
|
||||
{% data variables.contact.enterprise_support %} は、12 月 28 日から 1 月 3 日までと、「[国民の祝日について-内閣府](https://www8.cao.go.jp/chosei/shukujitsu/gaiyou.html)」に記載されている祝日は、日本語サポートを提供していません。
|
||||
{% data variables.contact.enterprise_support %} does not provide Japanese-language support on December 28th through January 3rd as well as on the holidays listed in [国民の祝日について - 内閣府](https://www8.cao.go.jp/chosei/shukujitsu/gaiyou.html).
|
||||
|
||||
{% ifversion ghes %}{% data reusables.enterprise_enterprise_support.installing-releases %}{% endif %}
|
||||
{% data reusables.enterprise_enterprise_support.installing-releases %}
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% ifversion ghec or ghes or ghae %}
|
||||
|
||||
## サポートチケットの解決とクローズ
|
||||
## Resolving and closing support tickets
|
||||
|
||||
{% data reusables.support.enterprise-resolving-and-closing-tickets %}
|
||||
|
||||
{% endif %}
|
||||
|
||||
## 参考資料
|
||||
## Further reading
|
||||
|
||||
{%- ifversion ghes %}
|
||||
- [{% data variables.product.prodname_ghe_server %} ライセンス アグリーメント](https://enterprise.github.com/license)のサポートに関するセクション 10 {%- endif %}
|
||||
- 「[サポート チケットの作成](/support/contacting-github-support/creating-a-support-ticket)」 {%- ifversion not ghae %}
|
||||
- 「[サポート チケットの表示と更新](/support/contacting-github-support/viewing-and-updating-support-tickets)」 {%- endif %}
|
||||
- Section 10 on Support in the "[{% data variables.product.prodname_ghe_server %} License Agreement](https://enterprise.github.com/license)"
|
||||
{%- endif %}
|
||||
- "[Creating a support ticket](/support/contacting-github-support/creating-a-support-ticket)"
|
||||
{%- ifversion not ghae %}
|
||||
- "[Viewing and updating support tickets](/support/contacting-github-support/viewing-and-updating-support-tickets)"
|
||||
{%- endif %}
|
||||
|
|
|
@ -1,9 +1 @@
|
|||
---
|
||||
ms.openlocfilehash: 082f3b30b23ed6c8b2a7a4261cace89e32f0a8c9
|
||||
ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5
|
||||
ms.translationtype: HT
|
||||
ms.contentlocale: ja-JP
|
||||
ms.lasthandoff: 09/05/2022
|
||||
ms.locfileid: "145138843"
|
||||
---
|
||||
デフォルトでは、マニフェストあるいはロックファイルで明示的に定義されたすべての依存関係は、最新の状態に保たれます。 `allow` と `ignore` を使用して、バージョン アップデートでどの依存関係を維持するかをカスタマイズできます。 {% data variables.product.prodname_dependabot %}は許可されたすべての依存関係をチェックし、それから無視された依存関係やバージョンをフィルタリングします。 そのため、`allow` と `ignore` の両方で一致する依存関係は無視されます。
|
||||
By default all dependencies that are explicitly defined in a manifest are kept up to date by {% data variables.product.prodname_dependabot %} version updates. In addition, {% data variables.product.prodname_dependabot %} security updates also update vulnerable dependencies that are defined in lock files. You can use `allow` and `ignore` to customize which dependencies to maintain. {% data variables.product.prodname_dependabot %} checks for all allowed dependencies and then filters out any ignored dependencies or versions. So a dependency that is matched by both an `allow` and an `ignore` will be ignored.
|
||||
|
|
|
@ -1,11 +1,7 @@
|
|||
---
|
||||
ms.openlocfilehash: c60e083092dc4c5c154654873ebf67edb6dee41f
|
||||
ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794
|
||||
ms.translationtype: HT
|
||||
ms.contentlocale: ja-JP
|
||||
ms.lasthandoff: 09/09/2022
|
||||
ms.locfileid: "147785775"
|
||||
---
|
||||
## {% data variables.product.prodname_ghe_server %} リリースをインストールする
|
||||
{% ifversion ghes %}
|
||||
|
||||
{% data variables.product.product_location %}の安定を保証するには、{% data variables.product.prodname_ghe_server %} リリースをインストールして実行しなければなりません。 {% data variables.product.prodname_ghe_server %} リリースをインストールすることで、最新の機能、修正、拡張とともに、機能へのアップデート、コードの修正、パッチ、あるいはその他の{% data variables.product.prodname_ghe_server %}に対する一般的なアップデートや修正が確実に入手できます。
|
||||
## Installing {% data variables.product.prodname_ghe_server %} releases
|
||||
|
||||
To ensure that {% data variables.product.product_location %} is stable, you must install and implement {% data variables.product.prodname_ghe_server %} releases. Installing {% data variables.product.prodname_ghe_server %} releases ensures that you have the latest features, modifications, and enhancements as well as any updates to features, code corrections, patches or other general updates and fixes to {% data variables.product.prodname_ghe_server %}.
|
||||
|
||||
{% endif %}
|
|
@ -274,6 +274,7 @@ translations/ja-JP/content/code-security/code-scanning/integrating-with-code-sca
|
|||
translations/ja-JP/content/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system.md,broken liquid tags
|
||||
translations/ja-JP/content/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors.md,broken liquid tags
|
||||
translations/ja-JP/content/code-security/getting-started/securing-your-organization.md,broken liquid tags
|
||||
translations/ja-JP/content/codespaces/codespaces-reference/using-github-copilot-in-github-codespaces.md,broken liquid tags
|
||||
translations/ja-JP/content/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces.md,broken liquid tags
|
||||
translations/ja-JP/content/codespaces/developing-in-codespaces/codespaces-lifecycle.md,broken liquid tags
|
||||
translations/ja-JP/content/codespaces/developing-in-codespaces/deleting-a-codespace.md,broken liquid tags
|
||||
|
@ -301,7 +302,9 @@ translations/ja-JP/content/pull-requests/collaborating-with-pull-requests/propos
|
|||
translations/ja-JP/content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork.md,broken liquid tags
|
||||
translations/ja-JP/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally.md,broken liquid tags
|
||||
translations/ja-JP/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners.md,broken liquid tags
|
||||
translations/ja-JP/content/rest/repos/lfs.md,broken liquid tags
|
||||
translations/ja-JP/content/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment.md,rendering error
|
||||
translations/ja-JP/content/support/learning-about-github-support/about-github-support.md,broken liquid tags
|
||||
translations/ja-JP/data/release-notes/github-ae/2021-06/2021-12-06.yml,broken liquid tags
|
||||
translations/ja-JP/data/reusables/actions/actions-do-not-trigger-workflows.md,broken liquid tags
|
||||
translations/ja-JP/data/reusables/actions/artifact-log-retention-statement.md,broken liquid tags
|
||||
|
@ -312,7 +315,9 @@ translations/ja-JP/data/reusables/code-scanning/example-configuration-files.md,b
|
|||
translations/ja-JP/data/reusables/code-scanning/run-additional-queries.md,broken liquid tags
|
||||
translations/ja-JP/data/reusables/codespaces/codespaces-policy-targets.md,rendering error
|
||||
translations/ja-JP/data/reusables/codespaces/rebuild-command.md,broken liquid tags
|
||||
translations/ja-JP/data/reusables/dependabot/default-dependencies-allow-ignore.md,broken liquid tags
|
||||
translations/ja-JP/data/reusables/desktop/get-an-account.md,rendering error
|
||||
translations/ja-JP/data/reusables/enterprise_enterprise_support/installing-releases.md,broken liquid tags
|
||||
translations/ja-JP/data/reusables/notifications/shared_state.md,rendering error
|
||||
translations/ja-JP/data/reusables/repositories/blocked-passwords.md,broken liquid tags
|
||||
translations/ja-JP/data/reusables/repositories/desktop-fork.md,broken liquid tags
|
||||
|
|
|
Загрузка…
Ссылка в новой задаче