简体   繁体   中英

Google Cloud write permission's

I've just created a django instance on Google Cloud using bitnami and below is the result of how I tried to git clone a repo and later found out the folder seems to have no write permissions.

What I want to do after getting write access is git clone the repo then replace it with the default Project folder. If someone knows of a tutorial on this or a guide too it would help too, if you only need to edit a few files or use a pre-made bitnami code.

在此处输入图片说明

Bitnami documentation usually assumes that server console commands are executed under the bitnami user account. However, when connecting through a browser SSH console, you may be logged in under a different user account. To switch to the bitnami user account, use the command

sudo su - bitnami

From what I see in your screenshot, it seems that you are using the browser SSH console with the user muiruri_samuel . Once you run the above command, your issue should be solved.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM