Seit dem 17. Juni 2024 ist Cloud Source Repositories für Neukunden nicht mehr verfügbar. Wenn Ihre Organisation noch nicht Cloud Source Repositories verwendet hat, können Sie die API nicht aktivieren oder Cloud Source Repositories verwenden. Für neue Projekte, die nicht mit einer Organisation verbunden sind, kann die Cloud Source Repositories API nicht aktiviert werden. Organisationen, die Cloud Source Repositories vor dem 17. Juni 2024 verwendet haben, sind von dieser Änderung nicht betroffen.
Es öffnet sich eine Seite, auf der der Inhalt des Repositorys angezeigt wird.
Klicken Sie auf Code bearbeiten.
Ein neuer Browsertab mit der Cloud Shell-Umgebung wird geöffnet. Sie werden auch aufgefordert, zu bestätigen, ob Sie das Repository in Ihre Cloud Shell klonen möchten.
Klicken Sie auf Fortfahren.
Es wird eine Cloud Shell-Umgebung geöffnet, die einen Klon Ihres Repository enthält.
Standardmäßig ist der Speicherort des Repositorys ~/[repository name]. Beispiel: ~/hello-world
Ein vorhandenes Repository mit Cloud Shell öffnen
Wenn Sie ein Repository bereits in eine Cloud Shell-Umgebung geklont haben, führen Sie die Schritte im vorherigen Abschnitt aus. Wenn die Cloud Shell-Umgebung bereit ist, werden Sie aufgefordert, eine der folgenden Optionen auszuwählen:
Zu diesem Verzeichnis wechseln: Wählen Sie diese Option aus, um automatisch in das Verzeichnis zu wechseln, das Ihr Repository enthält. Beispiel: ~/hello-world
Wechseln Sie in dieses Verzeichnis und führen Sie git pull aus. Wählen Sie diese Option aus, um automatisch in das Verzeichnis zu wechseln, das Ihr Repository enthält, und die neueste Version des Repositorys per Pull in die Cloud Shell-Umgebung zu übertragen.
Klonen Sie mit dem Befehl git clone eine neue Kopie. Wählen Sie diese Option aus, um in der Cloud Shell-Umgebung einen neuen Ordner mit dem Repository zu erstellen. Der neue Ordner hat den gleichen Namen wie das Repository plus einer Ziffer. Der Name der zweiten Kopie des Repositorys hello-world lautet demnach ~/hello-world-2.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-08-11 (UTC)."],[],[],null,["# Browsing files in Cloud Shell\n\nThis topic describes how to browse files by using Cloud Shell.\n\nOpen a repository in Cloud Shell for the first time\n---------------------------------------------------\n\n1. In the Google Cloud console, open Cloud Source Repositories.\n\n [Open Cloud Source Repositories](https://source.cloud.google.com/repos)\n2. Click the name of a repository.\n\n A page opens, displaying the contents of the repository.\n3. Click **Edit code**.\n\n A new browser tab opens, containing the Cloud Shell environment. You're\n also prompted to confirm whether you want to clone the repository into your\n Cloud Shell.\n4. Click **Proceed**.\n\n A Cloud Shell environment opens, containing a clone of your repository.\n By default, the location of the repository is `~/[repository name]`. For\n example, `~/hello-world`.\n\nOpen an existing repository with Cloud Shell\n--------------------------------------------\n\nIf you have already cloned a repository into a Cloud Shell environment,\nfollow the steps in the preceding section. When the Cloud Shell environment\nis ready, you're prompted to select from one of the following options:\n\n- Navigate into that directory. To automatically change directories to the one containing your repository, choose this option. For example, `~/hello-world`.\n- Navigate into that directory and run `git pull`. To automatically change directories to the one containing your repository and pull the latest version of the repository to the Cloud Shell environment, choose this option.\n- Clone a new copy by using the `git clone` command. To create a new folder containing the repository in the Cloud Shell environment, choose this option. The new folder has the same name as the repository, with a number appended to it. For example, a second copy of the repository, `hello-world`, has the name `~/hello-world-2`."]]