Мне сложно скопировать файлы на мой Google Compute Engine. Я использую сервер Ubuntu в Google Compute Engine.
Я делаю это с моего терминала OS X, и я уже авторизовался с помощью gcloud
.
local:$ gcloud compute copy-files /Users/Bryan/Documents/Websites/gce/index.php example-instance:/var/www/html --zone us-central1-a
Warning: Permanently added '<IP>' (RSA) to the list of known hosts.
scp: /var/www/html/index.php: Permission denied
ERROR: (gcloud.compute.copy-files) [/usr/bin/scp] exited with return code [1].