# install GCP Cloud Sdk > gcloud init > https://cloud.google.com/sdk/docs/downloads-interactive?hl=zh-tw#mac ![](https://i.imgur.com/AH4nG62.png) ![](https://i.imgur.com/o8WKUIH.png) ![](https://i.imgur.com/Bn5DRhA.png) ![](https://i.imgur.com/ELe5AFr.png) ![](https://i.imgur.com/04rryct.png) ![](https://i.imgur.com/J1RZWxK.png) 輸入密碼 > ssh instance-1.asia-east1-b.hale-mantra-28171 > ![](https://i.imgur.com/YUsqFE9.png) https://stackoverflow.com/questions/36984282/unable-to-mount-a-directory-on-google-compute-engine-using-sshfs > sudo mkdir /mnt/gcp > sudo chown x213212 /mnt/gcp > > > sshfs -o IdentityFile=~/.ssh/google_compute_engine x213212@instance-1.asia-east1-b.hale-mantra-281716:/home/x213212 /mnt/gcp > > 安內是不行的 > > > sshfs -o IdentityFile=~/.ssh/google_compute_engine x213212@<把我換成 vm static ip>:/home/x213212 /mnt/gcp > > > ![](https://i.imgur.com/tgY3i0i.png) 這樣就可以輕鬆 複製 我們的東西到我們 gcp 上囉