我尝试在云shell引导时安装代码服务器,因此,我创建了文件.customize_environment
nano $HOME/.customize_environment其内容为:
echo "installing code server..."
curl -fsSL https://code-server.dev/install.sh | sh
PATH="$HOME/.local/bin:$PATH"
echo "code-server installed"当cloud shell启动时,它仍然打印默认消息
Welcome to Cloud Shell! Type "help" to get started.
Your Cloud Platform project in this session is set to而不是installing code server...,并且没有安装code-server。
发布于 2021-03-05 08:56:31
这是由我们目前正在修复的一个bug引起的。如果这个问题在下周仍然存在,请回复这个帖子。
https://stackoverflow.com/questions/66480134
复制相似问题