26

Bitbucketでレポをフォークしましたが、それは間違いでした。フォークを削除したいと思います。

マージする手間をかけずに(とにかく変更を加えていないので誤解を招く可能性があります)、削除したいと思います。

このためのフロントエンドオプションがBitbucketに表示されませんが、1つあるはずです...そうですか?

4

3 に答える 3

26

BitBucket フォークは BitBucket 側でリポジトリを作成するだけであることを考えると、このフォークを削除する最も簡単な方法は、BitBucket リポジトリを削除することです。

(2014 年 5 月更新)

Bitbucket リポジトリの削除を参照してください。

  1. Bitbucket アカウントにログインします。
  2. 削除するリポジトリに移動します。
  3. リポジトリの設定アイコンをクリックします。
  4. 左側のナビゲーションから [リポジトリの削除] を選択します。
    削除ダイアログが表示されます。
  5. (オプション) [リダイレクト先] フィールドに URL を入力します。
    今後リポジトリにアクセスしようとするユーザーは、この新しい URL に送信されます。
  6. リポジトリの削除を押します。

例:

bitbuck リポジトリを削除する

于 2011-08-03T07:21:34.087 に答える
25

After spending times on BitBucket trying to delete my repository. I took the time and wrote tutorial like on git

How to delete Bitbucket repository - updated 2017-10-19

  1. Login to your BitBucket account.

  2. Click on the repository that you want to delete from right sidebar.

  3. Click on button Settings on main navigation bar of your repository.

  4. Navigate down and click on button Delete repository.

  5. Click on button Delete.

For the lazy ones here are the images, you know how they say image is like 1000 words.

enter image description here

enter image description here

enter image description here

enter image description here

于 2014-05-08T09:03:38.217 に答える