Google Cloud SDK: gcloud compute config-ssh crash -


running 'gcloud compute config-ssh' on compute engine vm, following error:

error: gcloud crashed (unicodedecodeerror): 'ascii' codec can't decode byte 0xe2 in position 1438: ordinal not in range(128)

my username & config directory not contain non-english characters. suggestions?


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -