서비스 사용 설정 및 중지

이 페이지에서는 Cloud Source Repositories를 사용 설정 또는 사용 중지하는 데 필요한 단계를 설명합니다.

서비스 사용 설정

  1. Sign in to your Google Cloud account. If you're new to Google Cloud, create an account to evaluate how our products perform in real-world scenarios. New customers also get $300 in free credits to run, test, and deploy workloads.
  2. In the Google Cloud console, on the project selector page, select or create a Google Cloud project.

    Go to project selector

  3. Make sure that billing is enabled for your Google Cloud project.

  4. In the Google Cloud console, on the project selector page, select or create a Google Cloud project.

    Go to project selector

  5. Make sure that billing is enabled for your Google Cloud project.

  6. Install the Google Cloud CLI.
  7. To initialize the gcloud CLI, run the following command:

    gcloud init
  8. 최신 버전의 Git이 있는지 확인합니다.
  9. Git에서 사용자 인증 정보를 구성하지 않은 경우 최초 설정 안내를 따르세요.
  10. Google Cloud 콘솔에서 또는 다음 Google Cloud CLI 명령어로 Cloud Source Repositories API를 사용 설정합니다.
    gcloud services enable sourcerepo.googleapis.com

서비스 중지

  1. Cloud Source Repositories API를 사용 중지하기 전에, 보관할 모든 코드를 다른 위치에서 사용할 수 있는지 확인합니다.

  2. API를 사용 중지하기 전에 저장소를 삭제하는 것이 좋습니다.

  3. Cloud Source Repositories를 사용 중지하려면 현재 프로젝트에 다음 명령어를 실행합니다.

    gcloud services disable sourcerepos.googleapis.com