> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/hajimeni/setting-up-your-account/account-setup-with-multiple-gits.md).

# 複数の Git を使ったアカウント設定

GitHub や GitLab など複数の Git プロバイダーにまたがるリポジトリがあり、それらにすばやくアクセスしたい場合は、それらの特定の Git に接続された複数のワークスペースを設定することで可能です。

## ステップごとのガイド <a href="#step-by-step-guide" id="step-by-step-guide"></a>

**ステップ1:** 右上のプロフィールアイコンをクリックして、新しいワークスペースを追加します。

![](/files/83d74e891b5597887fb597f957fa079955a21550)

**ステップ2:** 別の Git プロバイダーに接続する必要がある場合は、右上の「ログアウト」をクリックしてください。同じ Git プロバイダーであれば、「新しいワークスペースを追加」を選択して続行します。

![](/files/1ad54b0b323185ef3ecb4d963dbcd6cfc905808e)

> Azure、GitLab Self Managed、または Local Scanner 経由で接続している場合、この画面は多少異なって見えることがあります。

**ステップ3:** ログイン画面で希望の Git プロバイダーを選択します。

![GitHub、Bitbucket、GitLab のログインオプションが目立つボタンとして表示されています。](/files/ac6b8c00f85f8d2d7fde2a7dfe99e1f40328ae97)

**ステップ4:** 新しいアカウントを設定した後、両方のアカウントを統合します。 [詳細はこちら](/docs/docs-ja/hajimeni/setting-up-your-account/link-and-merge-multiple-login-types-github-gitlab-etc.md) 設定方法について。

**手順 5：** 左上隅にあるワークスペース切り替えで、別のGitアカウントに切り替えます。

![リポジトリの選択と脆弱性サマリーチャートを表示した GitHub ダッシュボード。](/files/1971745e426295446cd69b17a14ee0e1eb8e72e3)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/docs/docs-ja/hajimeni/setting-up-your-account/account-setup-with-multiple-gits.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
