【发布时间】:2018-05-27 14:38:12
【问题描述】:
我尝试使用以下命令将文件从我的谷歌云实例复制到本地机器:
gcloud compute scp nlp-2:to_test.txt C:\Temp
并得到以下错误信息:
ERROR: (gcloud.compute.scp) All sources must be local files when destination is remote. Got sources: [nlp-2:to_test.txt], destination:
C:Temp
到底出了什么问题?我相信同样的命令就像 2 天前一样工作。
更新:我正在从 Win 7(本地机器)连接到 Ubuntu 16.04(谷歌实例)
【问题讨论】:
-
不确定,但可能与this older post有关。
标签: copy google-cloud-platform google-compute-engine scp