3

我正在尝试重置我的 Cloud Shell 磁盘。我正在删除项目并创建新的,但使用所有预安装的文件获得相同的云外壳。无论如何要完全重置。

4

2 回答 2

10

就在这里

Restore your Cloud Shell home directory to a clean state:

Check for personal files in the home directory:
  ls -a $HOME
Remove all files from your home directory:
  sudo rm -rf $HOME
In the Cloud Shell menu, click the gear icon, then click Restart Cloud Shell. Click Restart Cloud Shell in the confirmation dialog.

来自文档https://cloud.google.com/shell/docs/resetting-cloud-shell

于 2017-06-08T21:19:42.160 回答
0

似乎没有办法手动重置云壳。根据文档,云外壳虚拟机在不活动一小时后终止。您可能想要终止会话以使其生效:

云壳文档

但请记住,云外壳并不意味着是一台成熟的机器。它更多地用于测试和启动临时 gcloud 和 gsutil 命令。

因此,最好为您的开发目的启动一个新的云计算实例,而不是使用云 Shell。

于 2016-11-29T12:24:56.977 回答