简体   繁体   中英

Adding windows credentials on google cloud platform - Visual Studio

I have had a difficulty to add credentials and deploy any asp.net application. I have created account and application in the google cloud platform but when i have tried to add windows credentials in visual studio(2017) it has shown this error. It has shown it after the program asking me to reset the password for the specific username. What could be the problem?

在此处输入图片说明

The error is that your system isn't finding the "gcloud" command, which is part of the Google Cloud SDK.

  1. Install the Cloud SDK .
  2. Ensure that the gcloud command is added to your system's PATH environment variable. If you use the interactive installer this last step should be done for you.
  3. Restart your system or IDE if it isn't picking up the change after installing the SDK. If it still isn't finding the application, you might need to manually edit your environment variable or point your IDE to the specific SDK location.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM