2 Answers
Hi Tim,
Did you try closing the current cloud shell session and restarting again a new session?
I had the issue for the session hanging and autocomplete not working, I closed the current tab by closing the tab and terminal in the web console. Then click on the Cloud shell icon to start a new session and it works.
Hope this helps.
I’ve experienced the same behavior. You can try the interactive shell with ‘gcloud beta interactive’: See https://cloud.google.com/sdk/docs/interactive-gcloud for more info
That did the trick for me.
still can’t get for example this "gsutil ls gs://mybuc[TAB]" to work. With gcloud beta, it atleast tries to search for available buckets, but for some reason doesn’t find anything.
I am having the same experience with
gsutil ls gs://{tab}
Same issue I am facing. I am not able press tab option to get the required info
I’m having the same issue. I tried Juandavid Sanchez answer and it still didn’t work. When I hit tab you can see in the interactive console that a loading graphic appear but the bucket I have does not auto complete. I currently only have one bucket but hence I think it should find it automatic based on my experience with auto completion within the terminal.