当我尝试将文件从我的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
有人能指出导致此错误的原因吗?