このgit branch -a
コマンドにより、次の出力が得られます。
master
stable
remotes/origin/master
remotes/origin/restoring_entered_information_from_post
remotes/origin/stable
しかし、Githubにはそのようなブランチはありませrestoring_entered_information_from_post
ん。ローカルで作成したことはなく、削除しようとするgit push origin :restoring_entered_information_from_post
と応答します:
error: unable to push to unqualified destination: restoring_entered_information_from_post
The destination refspec neither matches an existing ref on the remote nor
begins with refs/, and we are unable to guess a prefix based on the source ref.
error: failed to push some refs to 'git@github.com:MyCompany/mywebsite.git'