gpt4 book ai didi

google-cloud-platform - 如何将文件从谷歌云复制到本地机器? (云壳)

转载 作者:行者123 更新时间:2023-12-05 08:52:29 24 4
gpt4 key购买 nike

我花了太多时间试图弄清楚如何将文件从分配的 Google Cloud Shell VM 复制到我的本地计算机。 Cloud Shell 很棒,但拥有本地副本也很棒。

大部分时间都花在尝试让某种形式的 gcloud compute scp 工作上,类似于这种语法:

$ gcloud compute scp 一些实例:~/littlefile.zip ~/

但是除了compute命令,还有alpha cloud-shell!

无效的方法:

me@mylocalhost:~$ gcloud alpha cloud-shell scp ~/littlefile.zip .
ERROR: (gcloud.alpha.cloud-shell.scp) argument (cloudshell|localhost):SRC: Bad value [/home/me/littlefile.zip]: must start with cloudshell: or localhost:

me@mylocalhost:~$ gcloud alpha cloud-shell scp cloudshell:~/littlefile.zip localhost:~/littlefile.zip
~/littlefile.zip: No such file or directory
ERROR: (gcloud.alpha.cloud-shell.scp) [/usr/bin/scp] exited with return code [1].

<子>提及:How to copy files from google compute engine to local directory以防其他人找到它但需要 Cloud Shell 命令。

最佳答案

冒着“回答我自己的问题”的风险,我实际上只是解决了它! W00T!

行之有效的方法:

me@mylocalhost:~$ gcloud alpha cloud-shell scp cloudshell:littlefile.zip localhost:.
littlefile.zip 100% 16KB 253.1KB/s 00:00
me@mylocalhost:~$ gcloud alpha cloud-shell scp cloudshell:littlefile.zip localhost:littlefile.zip
littlefile.zip 100% 16KB 212.1KB/s 00:00
me@mylocalhost:~$ gcloud alpha cloud-shell scp cloudshell:~/adirectory/still-littlefile.zip localhost:.
still-littlefile.zip 100% 16KB 198.0KB/s 00:00

关于google-cloud-platform - 如何将文件从谷歌云复制到本地机器? (云壳),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56746605/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com