前提・実現したいこと
gcpで、マシンを設定して、httpを利用して、sshのログインをして、アナコンダから、wget,git,など諸々ダウンロードして、gitの仮のcommit環境を設定して、(git cloneでもってきて)
git clone https://github.com/Taitai6521/clone-ka.git
gcpのクラウドからsshの作業場所に移して、実際に実行しようとしてるところです。(tkm2261さんの動画のことです。)
gcpのクラウドから、sshの作業場所に移動する(gcp cloudからtest-kaにファイルを移動したい)ときによくわからない、エラーが出ます。写ってるやり方が、コードのところにあります。
発生している問題・エラーメッセージ
ubdirectory for the multiple source form of the cp command. │taina826soraso@bird-test:~$ CommandException: Destination URL must name a directory, bucket, or bucket │ subdirectory for the multiple source form of the cp command. │ CommandException: Destination URL must name a directory, bucket, or bucket │ subdirectory for the multiple source form of the cp command. │ CommandException: Destination URL must name a directory, bucket, or bucket │ subdirectory for the multiple source form of the cp command. │ CommandException: Destination URL must name a directory, bucket, or bucket │ subdirectory for the multiple source form of the cp command. │ CommandException: Destination URL must name a directory, bucket, or bucket │ subdirectory for the multiple source form of the cp command. │ CommandException: Destination URL must name a directory, bucket, or bucket │ subdirectory for the multiple source form of the cp command. │ CommandException: Destination URL must name a directory, bucket, or bucket │ subdirectory for the multiple source form of the cp command. │ CommandException: Destination URL must name a directory, bucket, or bucket │ subdirectory for the multiple source form of the cp command. │ CommandException: Destination URL must name a directory, bucket, or bucket │ subdirectory for the multiple source form of the cp command. │ CommandException: Destination URL must name a directory, bucket, or bucket │ subdirectory for the multiple source form of the cp command. │ CommandException: Destination URL must name a directory, bucket, or bucket ├──────────────────────────────────────────────────────────────────────────────────────────────── subdirectory for the multiple source form of the cp command. │ CommandException: Destination URL must name a directory, bucket, or bucket │ 1 [| 0.7%] Tasks: 30, 30 thr; 1 running subdirectory for the multiple source form of the cp command. │ 2 [ 0.0%] Load average: 0.00 0.00 0.00 CommandException: Destination URL must name a directory, bucket, or bucket │ 3 [ 0.0%] Uptime: 19:17:08 subdirectory for the multiple source form of the cp command. │ 4 [ 0.0%] CommandException: Destination URL must name a directory, bucket, or bucket │ Mem[||||||| 199M/15.7G] subdirectory for the multiple source form of the cp command. │ Swp[ 0K/0K] CommandException: Destination URL must name a directory, bucket, or bucket │
該当のソースコード
gsutil -m cp -r gs://test-kagge-bird/input/* test-ka/
試したこと
https://cloud.google.com/storage/docs/gsutil/commands/cp
これを確認したのですが、よくわからなかったです。
移動したいファイルは、パッケージです。(24GBぐらいです。)
補足情報(FW/ツールのバージョンなど)C
GCP(最新)
macbookpro 16
あなたの回答
tips
プレビュー