正在寻找解决方案,以防止谷歌云外壳在发现您空闲时断开连接,甚至在您运行一些处理并使系统空闲时也会断开连接。
显示消息Connection to Cloud Shell has been lost. Any additional changes will not be saved.
此行为是经过设计的,因为Cloud Shell仅用于交互使用。
修复它的一种方法是在TMUX终端中运行ping命令。
apt install tmux
apt update
tmux
ping google.com
Ctrl+b "
这样做的缺点是你将在半屏幕上工作。