2016-05-25 29 views
9

Tôi đã tải xuống Google Cloud SDK cho python trên Ubuntu của mình. (https://cloud.google.com/sdk/docs/quickstart-linux#before-you-begin)Tôi không thể khởi chạy Google Cloud SDK trên Ubuntu

Sau đó, tôi làm theo các bước từ trang nhưng khi tôi chạy

gcloud init 

tôi có được điều này

Could not setup log file in /home/ariel/.config/gcloud/logs, (IOError: [Errno 13] Permission denied: '/home/ariel/.config/gcloud/logs/2016.05.25/11.54.37.438036.log') Welcome! This command will take you through the configuration of gcloud.

ERROR: (gcloud.init) Failed to create the default configuration. Ensure your have the correct permissions on: [/home/ariel/.config/gcloud/configurations]. Could not create directory [/home/ariel/.config/gcloud/configurations]: Permission denied.

Please verify that you have permissions to write to the parent directory.

PS: Sau đó, tôi tìm thấy tập tin này khác https://cloud.google.com/appengine/downloads#Google_App_Engine_SDK_for_Python (dường là giống nhau nhưng nó là 40,2MB và cái tôi đã sử dụng là 7,5MB)

Cảm ơn! Ariel

Trả lời

12

Người dùng gcbirzan trả lời câu hỏi của tôi tại một kênh IRC (mà tôi đề nghị), nó là #appengine trên irc.freenode.net

tôi phải chạy này:

sudo chown ariel -R /home/ariel/.config/gcloud 

tôi cũng rời khỏi phiên mã của trò chuyện ở đây:

[14:12] Q: Hello

[14:13] Q: I am just beggining with app engine, and for instance, anyone could tell me what is the difference between this file((https://cloud.google.com/sdk/docs/quickstart-linux#before-you-begin)) and this one ((https://cloud.google.com/appengine/downloads#Google_App_Engine_SDK_for_Python)) (seems to be the same but it is 40.2MB and the one I used was 7.5MB)

[14:15] A: Google cloud sdk is gcloud and friends, you need it for flex and other google cloud platform stuff.

[14:15] A: The appengine sdk is the one that comes with a local dev server and all the other stuff, and is probably what you want

[14:15] A: well. go wild, get both

[14:16] Q: ok

[14:16] Q: thanks

[14:16] Q: and could you please help me with this ? I cant init Google Cloud SDK on Ubuntu

[14:17] A: sudo chown ariel -R /home/ariel/.config/gcloud

[14:19] Q: it works !

+1

Tôi có cùng một vấn đề. Có vẻ như một lỗi trong quá trình cài đặt của họ, để lại thư mục cấu hình của riêng tôi là root-only – nealmcb

+0

Công việc tuyệt vời, Ariel! –

Các vấn đề liên quan