正在安装 google 云 SDK
Installing google cloud SDK
我在 WINDOWS 中安装 google 云 SDK 时出现以下错误。
SDK安装失败
产生这个问题是因为命令提示符需要从系统的 PATH 环境变量中获取 'find.exe'
文件位置;但是,它无法找到它。基于此,需要将"C:\WINDOWS\system32;"
字符串添加到PATH环境变量的开头,并重新运行GoogleCloudSDKInstaller.exe文件.
你可以去this issue tracker ticket that was created to report this error message and that contains a full explanation about this Intended Behavior看看。
step1:在系统变量和环境变量中的User变量的路径中添加C:\WINDOWS\system32
第 2 步: 运行 命令提示符为管理员并键入 "find"。它应该显示 FIND: Parameter format not correct
step3: 运行 设置为管理员。
它应该工作
我在 WINDOWS 中安装 google 云 SDK 时出现以下错误。
SDK安装失败
产生这个问题是因为命令提示符需要从系统的 PATH 环境变量中获取 'find.exe'
文件位置;但是,它无法找到它。基于此,需要将"C:\WINDOWS\system32;"
字符串添加到PATH环境变量的开头,并重新运行GoogleCloudSDKInstaller.exe文件.
你可以去this issue tracker ticket that was created to report this error message and that contains a full explanation about this Intended Behavior看看。
step1:在系统变量和环境变量中的User变量的路径中添加C:\WINDOWS\system32
第 2 步: 运行 命令提示符为管理员并键入 "find"。它应该显示 FIND: Parameter format not correct
step3: 运行 设置为管理员。 它应该工作