Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
不小心删除了一些配置文件,现在终端不再显示my_name@project_name:~$,而是my_name@some_instance:~$. 有没有办法为 Cloud Shell 获取全新的实例?
my_name@project_name:~$
my_name@some_instance:~$
您可以让 Cloud Shell 主目录进入干净状态,如下所示:
ls -a $HOME
sudo rm -rf $HOME