錯誤
! [remote rejected ] master (deletion of the current branch prohibited)
原因
這是由於在 github 中,master 是專案的預設分支,不允許刪除。
解決措施
進入 github 中該專案的 Settings 頁面,
設定 Default Branch 為其他的分支(例如 gh-pages),
重新執行刪除遠端分支命令。
! [remote rejected ] master (deletion of the current branch prohibited)
這是由於在 github 中,master 是專案的預設分支,不允許刪除。
進入 github 中該專案的 Settings 頁面,
設定 Default Branch 為其他的分支(例如 gh-pages),
重新執行刪除遠端分支命令。