When i try to do a gcloud components update from my local machine, the process seems to hang. How do i update google cloud sdk?

Viewed 2466

I tried installing a new version, however that also takes me the components update route.

The component updateenter image description here route seems to be forever "creating update staging area"

3 Answers

i just waited and it took ~15 minutes. maybe take a break and come back. good luck.

If you run 'gcloud components update' while any of files is in use, update would not be finished and gcloud would never end the update.

make sure you don't have more windows open.

Try to turn off the docker off for the duration of the update.

Related