logo image

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

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

前提条件

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

現象

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

エラーログ・エラーメッセージ

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

原因

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

対応

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

レベル5のエンジニアです
Area to place ads.
Area to place ads.
Comments
この記事にコメントはまだありません。

開発環境 ライブラリ ツール

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