logo image

githubにある特定のブランチの内容を削除できない

Icon representing a data.
2022-01-08
Icon show updated_at
2022-01-08
2
Twitter icon.
Mac
github
git

Precondition

githubにある特定のブランチの内容をリモートリポジトリから削除しようとして、下記コマンドを叩いた際
$git push --delete origin <branch_name>

Fact

下記のようなエラーが発生して、削除ができない

Error log or Error Massage

To https://github.com/username/repository_name.git
 ! [remote rejected] branch_name (refusing to delete the current branch: refs/heads/test_for_private)
error: failed to push some refs to 'https://github.com/username/repository_name.git

Cause

削除しようとしていたブランチが、defaultのブランチになっていた。

Method

githubのdefaultブランチを変更した。下記サイトを参考

レベル5のエンジニアです
Area to place ads.
Area to place ads.
Comments
There are no comments on this article yet.

Environment Library tools

Mac
github
git
レベル5のエンジニアです