`gcloud compute copy-files`:复制文件时出现网络错误

时间:2015-07-30 10:20:19

标签: google-cloud-platform

当我尝试将文件从我的Windows本地文件复制到google计算引擎(Rhel 6)时,使用gcloud命令我收到网络错误,如下所示:

Fatal: Network error: Connection timed out
ERROR: (gcloud.compute.copy-files) [C:\Program Files\Google\Cloud SDK\google-clo
ud-sdk\bin\sdk\scp.EXE] exited with return code [1].

这是我使用的命令 -

C:\Program Files\Google\Cloud SDK\java>gcloud compute copy-files --plain test.txt  [userid@DEST_instance:~/directory_name] --zone us-central1-f

有人能指出导致此错误的原因吗?

0 个答案:

没有答案