关于“Google Cloud 基础知识:Compute Engine 使用入门”的评价

246256 条评价

Rizwan u. · 已于 almost 4 years前审核

Karolina T. · 已于 almost 4 years前审核

Amit G. · 已于 almost 4 years前审核

笠原 里沙 K. · 已于 almost 4 years前审核

S F. · 已于 almost 4 years前审核

Bhavani Sankar P. · 已于 almost 4 years前审核

Prachi T. · 已于 almost 4 years前审核

Malco P. · 已于 almost 4 years前审核

もり 森. · 已于 almost 4 years前审核

Agnes T. · 已于 almost 4 years前审核

Sayantani S. · 已于 almost 4 years前审核

Jielong Z. · 已于 almost 4 years前审核

Hans H. · 已于 almost 4 years前审核

Trying to launch with little difficulty

jobs2fit j. · 已于 almost 4 years前审核

Polisetty V. · 已于 almost 4 years前审核

Deepak K. · 已于 almost 4 years前审核

good

Tanmayee S. · 已于 almost 4 years前审核

Katsunoshin M. · 已于 almost 4 years前审核

Ian J. · 已于 almost 4 years前审核

Preetika P. · 已于 almost 4 years前审核

Anatalio R. · 已于 almost 4 years前审核

Shinnosuke I. · 已于 almost 4 years前审核

Mahesh S. · 已于 almost 4 years前审核

Your Cloud Platform project in this session is set to qwiklabs-gcp-03-50d4de62d8d6. Use “gcloud config set project [PROJECT_ID]” to change to a different project. -bash: /home/student_02_160fb08f5683/.bashrc: Permission denied -bash: /home/student_02_160fb08f5683/.profile: Permission denied -bash: /home/student_02_160fb08f5683/.bash_profile: Permission denied student_02_160fb08f5683@cs-748107521288-default:/$ ^C student_02_160fb08f5683@cs-748107521288-default:/$ ^C student_02_160fb08f5683@cs-748107521288-default:/$ /home/student_02_160fb08f5683/.tmux.conf: Permission denied ^C student_02_160fb08f5683@cs-748107521288-default:/$ ^C student_02_160fb08f5683@cs-748107521288-default:/$ ^C student_02_160fb08f5683@cs-748107521288-default:/$ gcloud config set compute/zone us-central1-b ERROR: gcloud failed to load: Active configuration name could not be read from: [/home/student_02_160fb08f5683/.config/gcloud/active_config]. Ensure you have sufficient read permissions on required active configuration in [/home/student_02_160fb08f5683/.config/gcloud/configurations]. Unable to read file [/home/student_02_160fb08f5683/.config/gcloud/active_config]: [Errno 13] Permission denied: '/home/student_02_160fb08f5683/.config/gcloud/active_config' return io.open(path, mode, encoding=encoding, newline=newline) File "/usr/lib/google-cloud-sdk/lib/googlecloudsdk/core/configurations/named_configs.py", line 537, in _ActiveConfigNameFromFile File "/usr/lib/google-cloud-sdk/lib/googlecloudsdk/core/util/files.py", line 1076, in ReadFileContents File "/usr/lib/google-cloud-sdk/lib/googlecloudsdk/core/util/files.py", line 1200, in FileReader File "/usr/lib/google-cloud-sdk/lib/googlecloudsdk/core/util/files.py", line 1306, in _FileOpener googlecloudsdk.core.util.files.Error: Unable to read file [/home/student_02_160fb08f5683/.config/gcloud/active_config]: [Errno 13] Permission denied: '/home/student_02_160fb08f5683/.config/gcloud/active_config' During handling of the above exception, another exception occurred: Traceback (most recent call last): gcloud_main = _import_gcloud_main() import googlecloudsdk.gcloud_main from googlecloudsdk.calliope import base from googlecloudsdk.calliope import arg_parsers from googlecloudsdk.core import log _log_manager = _LogManager() self.Reset(sys.stdout, sys.stderr) std_console_formatter = _ConsoleFormatter(stderr) console_log_format = properties.VALUES.core.console_log_format.Get() property_value = self.GetPropertyValue(required, validate) named_configs.ActivePropertiesFile.Load(), [config.Paths().installation_properties_path, ActiveConfig( config_name = _EffectiveActiveConfigName() config_name = _ActiveConfigNameFromFile() raise NamedConfigFileAccessError( Unable to read file [/home/student_02_160fb08f5683/.config/gcloud/active_config]: [Errno 13] Permission denied: '/home/student_02_160fb08f5683/.config/gcloud/active_config' This usually indicates corruption in your gcloud installation or problems with your Python interpreter. Please verify that the following is the path to a working Python 2.7 or 3.5+ executable: /usr/bin/../lib/google-cloud-sdk/platform/bundledpythonunix/bin/python3 If it is not, please set the CLOUDSDK_PYTHON environment variable to point to a working Python 2.7 or 3.5+ executable. If you are still experiencing problems, please reinstall the Cloud SDK using the instructions here: https://cloud.google.com/sdk/ student_02_160fb08f5683@cs-748107521288-default:/$ student_02_160fb08f5683@cs-748107521288-default:/$ student_02_160fb08f5683@cs-748107521288-default:/$ gcloud config set compute/zone us-central1-b ERROR: gcloud failed to load: Active configuration name could not be read from: [/home/student_02_160fb08f5683/.config/gcloud/active_config]. Ensure you have sufficient read permissions on required active configuration in [/home/student_02_160fb08f5683/.config/gcloud/configurations]. Unable to read file [/home/student_02_160fb08f5683/.config/gcloud/active_config]: [Errno 13] Permission denied: '/home/student_02_160fb08f5683/.config/gcloud/active_config' return io.open(path, mode, encoding=encoding, newline=newline) File "/usr/lib/google-cloud-sdk/lib/googlecloudsdk/core/configurations/named_configs.py", line 537, in _ActiveConfigNameFromFile File "/usr/lib/google-cloud-sdk/lib/googlecloudsdk/core/util/files.py", line 1076, in ReadFileContents File "/usr/lib/google-cloud-sdk/lib/googlecloudsdk/core/util/files.py", line 1200, in FileReader File "/usr/lib/google-cloud-sdk/lib/googlecloudsdk/core/util/files.py", line 1306, in _FileOpener googlecloudsdk.core.util.files.Error: Unable to read file [/home/student_02_160fb08f5683/.config/gcloud/active_config]: [Errno 13] Permission denied: '/home/student_02_160fb08f5683/.config/gcloud/active_config' During handling of the above exception, another exception occurred: Traceback (most recent call last): gcloud_main = _import_gcloud_main() import googlecloudsdk.gcloud_main from googlecloudsdk.calliope import base from googlecloudsdk.calliope import arg_parsers from googlecloudsdk.core import log _log_manager = _LogManager() self.Reset(sys.stdout, sys.stderr) std_console_formatter = _ConsoleFormatter(stderr) console_log_format = properties.VALUES.core.console_log_format.Get() property_value = self.GetPropertyValue(required, validate) named_configs.ActivePropertiesFile.Load(), [config.Paths().installation_properties_path, ActiveConfig( config_name = _EffectiveActiveConfigName() config_name = _ActiveConfigNameFromFile() raise NamedConfigFileAccessError( Unable to read file [/home/student_02_160fb08f5683/.config/gcloud/active_config]: [Errno 13] Permission denied: '/home/student_02_160fb08f5683/.config/gcloud/active_config' This usually indicates corruption in your gcloud installation or problems with your Python interpreter. Please verify that the following is the path to a working Python 2.7 or 3.5+ executable: /usr/bin/../lib/google-cloud-sdk/platform/bundledpythonunix/bin/python3 If it is not, please set the CLOUDSDK_PYTHON environment variable to point to a working Python 2.7 or 3.5+ executable. If you are still experiencing problems, please reinstall the Cloud SDK using the instructions here: https://cloud.google.com/sdk/

prasanth p. · 已于 almost 4 years前审核

Hiroaki I. · 已于 almost 4 years前审核

我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。