Habilitar e inhabilitar el servicio

En esta página, se describen los pasos necesarios para habilitar o inhabilitar Cloud Source Repositories.

Habilita el servicio

  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. Verifica si tienes la versión más reciente de Git.
  9. Si no configuraste tus credenciales de usuario en Git, sigue las instrucciones para configurar por primera vez.
  10. Habilita la API de Cloud Source Repositories en la consola de Google Cloud o con el siguiente comando de Google Cloud CLI:
    gcloud services enable sourcerepo.googleapis.com

Inhabilita el servicio

  1. Antes de inhabilitar la API de Cloud Source Repositories, asegúrate de que todo el código deseas conservar está disponible en otra ubicación.

  2. Recomendamos que borres los repositorios antes de inhabilitar la API.

  3. Para inhabilitar Cloud Source Repositories, ejecuta el siguiente comando para tu proyecto actual:

    gcloud services disable sourcerepos.googleapis.com