通过 Cloud Code,您可以将新项目添加到 Cloud Source Repositories,还可以签出现有项目。
准备工作
- 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.
-
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
-
Make sure that billing is enabled for your Google Cloud project.
-
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
-
Make sure that billing is enabled for your Google Cloud project.
上传源代码
将代码从 Cloud Code 上传到 Cloud Source Repositories:
打开要添加到 Cloud Source Repositories 的项目。
点击 VCS > 上传到 Cloud Source Repositories。
在对话框中,使用相应下拉菜单选择与您的项目关联的 Cloud 项目。
使用下拉菜单选择您的云端代码库。
如果您没有代码库,或者要创建新的代码库,请点击 Create a new cloud repository。
Cloud Code 会打开一个指向 Google Cloud 控制台的新浏览器窗口,以便您创建新的代码库。
默认情况下,Cloud Code 会设置远程名称。您可以在 New Remote Name 字段中输入其他名称。
点击上传。
浏览源文件
上传源代码后,在 Google Cloud 控制台中浏览代码:
在 Google Cloud 控制台中,选择包含您的源代码的项目。
在左侧导航栏的工具部分,选择开发 > 源代码库。
签出源代码
如需从 Cloud Source Repositories 中签出源代码,请执行以下操作:
选择 VCS > Get from Version Control...。
- 从 Version Control 下拉列表中选择 Google Cloud,然后点击 Clone。
- 在 Clone from Google Cloud 对话框中,选择与您的项目关联的 Cloud 项目。
- 选择您的云端代码库。
- 选择父级目录。
- 输入目录名称。
- 点击 Clone。
您也可以从 Welcome 屏幕中签出,方法是选择 Get from Version Control,然后从“Version Control”下拉列表中选择 Google Cloud。此时将显示 Clone from Google Cloud 对话框。