问题
I have downloaded latest google cloud sdk.
Now I want to use gsutil. Whatever command I call on gsutil, I get the same error:
Traceback (most recent call last):
File "D:\Programs\Google\Cloud SDK\google-cloud-sdk\bin\..\bin\bootstrapping\g
sutil.py", line 102, in <module>
main()
File "D:\Programs\Google\Cloud SDK\google-cloud-sdk\bin\..\bin\bootstrapping\g
sutil.py", line 55, in main
boto_path = os.pathsep.join(path_parts)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 9: ordinal
not in range(128)
How to change encoding of gsutil.py?
来源:https://stackoverflow.com/questions/46471114/cant-call-gsutil-config-in-google-cloud-sdk