Why is this gcloud compute copy-files producing an error message?

后端 未结 4 1575
自闭症患者
自闭症患者 2021-02-19 03:29

When I execute the command

gcloud compute copy-files \"C:\\Users\\fName lName\\Desktop\\testtext.txt\" instancename:test.txt --zone europe-west1-a

4条回答
  •  粉色の甜心
    2021-02-19 04:20

    instead of "C:\Users\fName lName\Desktop\testtext.txt"
    use "\Users\fName lName\Desktop\testtext.txt" . That worked for me

提交回复
热议问题