フィードバックを送信
リポジトリの削除
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Cloud Source Repositories からリポジトリを削除するには:
Console
GCP Console でソース表示を開きます。
Console のソース表示を開く
削除するリポジトリの横にあるその他 ボタン をクリックします。
[削除 ] を選択します。
プロンプトが表示されたら、リポジトリの名前を入力し、削除を確認してください。
gcloud コマンドラインから以下を呼び出します。
gcloud init
gcloud source repos delete [REPOSITORY_NAME]
レスポンスは次のようになります。
If [REPOSITORY_NAME] is deleted, the name cannot be reused for up to
seven days.
Delete "[REPOSITORY_NAME]" in project "gcloud-test" (Y/n)? y
Deleted [REPOSITORY_NAME].
フィードバックを送信
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンス により使用許諾されます。コードサンプルは Apache 2.0 ライセンス により使用許諾されます。詳しくは、Google Developers サイトのポリシー をご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2022-09-08 UTC。
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"わかりにくい"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"情報またはサンプルコードが不正確"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"必要な情報 / サンプルがない"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻訳に関する問題"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"その他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"わかりやすい"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"問題の解決に役立った"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"その他"
}]
ご意見をお聞かせください