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

Google cloud platform `gcloud compute copy files`:复制文件时出现网络错误,google-cloud-platform,google-compute-engine,Google Cloud Platform,Google Compute Engine,当我试图使用gcloud命令将文件从我的Windows本地复制到google计算引擎(Rhel 6)时,我收到如下所示的网络错误: 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]. 这是我使用的

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

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
有人能指出是什么导致了这个错误吗