我正在使用Windows Server 2008.
发布gcloud compute ssh instance-1 --zone us-central1 -a我收到错误:
ERROR: (gcloud.compute.ssh) Could not fetch instance:
- Invalid value 'EFOnline'. Values must match the following regular expression: '(?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-
a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?))'
Run Code Online (Sandbox Code Playgroud)
为了清楚起见,我确实做了gcloud auth登录并收到了一个成功的'你现在已经过身份验证'我的项目名称是EFOnline我的实例名称是:instance-1 us-central1-a(剪切并粘贴)
那么为什么奇怪的正则表达式错误?谢谢