Google Cloud Shell .customize_environment无法正常工作 [英] Google cloud shell .customize_environment not working

查看:84
本文介绍了Google Cloud Shell .customize_environment无法正常工作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在云外壳启动时安装代码服务器,因此,我创建了文件.customize_environment

I'm trying to install code-server at the cloud shell boot, so, I created the file .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"

当云外壳启动时,它仍会打印默认消息

when the cloud shell starts it still prints the default message

Welcome to Cloud Shell! Type "help" to get started.
Your Cloud Platform project in this session is set to

而不是正在安装代码服务器... ,并且不会安装代码服务器.

rather than installing code server..., and doesn't install code-server.

推荐答案

这是由我们当前正在修复的错误引起的.如果这个问题持续到下周,请回复此主题.

this was caused by a bug that we are currently fixing. If this issue persists through next week please reply back to this thread.

这篇关于Google Cloud Shell .customize_environment无法正常工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆